COLOR #41190B

HEX: #41190B
RGB: (65,25,11)

Color info

#41190B contains red, green and blue colors in about the same proportion. Web safe color of #41190B is #330000 (or #300).

RGB color model

#41190B color RGB value is (65,25,11).

  • red value is 65;
  • green value is 25;
  • blue value is 11.
RGB:
(65,25,11)
(25%,10%,4%)

RGB channels and saturation

R 65 of 255 = 25%
G 25 of 255 = 10%
B 11 of 255 = 4%

65
25
11

R + G + B ~ 13%. #41190B is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 25 + 11 = 101 (100%)
R 65 of 101 ~ 64.36%
G 25 of 101 ~ 24.75%
B 11 of 101 ~ 10.89%

%64.36
%24.75
%10.89

CMYK color model

#41190B color CMYK value is (0,62,83,75).

  • cyan value is 0.00%
  • magenta value is 61.54%
  • yellow value is 83.08%
  • key color value is 74.51%
CMYK:
(0,62,83,75)
C0M62Y83K75 
(0%,62%,83%,75%)
(0.00/0.62/0.83/0.75)	

CMYK percentages

%0
%61.54
%83.08
%74.51

Codes

Color #41190B in popluar color models

41190B
RGB652511
HSL16°71.05%14.90%
HSB/HSV16°83.08%25.49%
CMYK0.00%61.54%83.08%
74.51%

Color #41190B in popluar number systems.

HEX41190B
Decimal652511
Binary1000001110011011
Octal1013113

Shades and tints

Shades of #41190B

#41190B
(65,25,11)
#3C170A
(60,23,10)
#371509
(55,21,9)
#321308
(50,19,8)
#2D1107
(45,17,7)
#280F06
(40,15,6)
#230D05
(35,13,5)
#1E0B04
(30,11,4)
#190903
(25,9,3)
#140702
(20,7,2)
#0F0501
(15,5,1)
#000000
(0,0,0)

Tints of #41190B

#41190B
(65,25,11)
#522D21
(82,45,33)
#634137
(99,65,55)
#74554D
(116,85,77)
#856963
(133,105,99)
#967D79
(150,125,121)
#A7918F
(167,145,143)
#B8A5A5
(184,165,165)
#C9B9BB
(201,185,187)
#DACDD1
(218,205,209)
#EBE1E7
(235,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41190B color. Also use rgb(65,25,11) instead hex code.

Text Font Color

.myTextColor { color: #41190B; }

<p style="color:#41190B">This sample text font color is #41190B.</p>

This text font color is #41190B.


Background Color

.myBgColor { background-color: #41190B; }

<div style="background-color:#41190B">Inner text</div>

This div background color is #41190B.


Border color

.myBorderColor { border: 1px solid #41190B; }

<div style="border:3px solid #41190B">Div</div>

This div border color is #41190B.


Opacity

.myOpacity80 { color: #41190B; opacity: 0.8; }

<p style="color:#41190B;opacity:0.8;">80%</p>

Text with #41190B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #41190B;}

<p style="text-shadow: 3px 3px 1px #41190B">Text here.</p>

This text has shadow with #41190B color.

.textShadow {text-shadow: 3px 3px 1px #41190B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #41190B, 5px 5px 20px red">Text here.</p>

This text has shadow with #41190B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#41190B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#41190B, Direction=45, Strength=4)">Text</p>

This text has shadow with #41190B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #41190B;
  -webkit-box-shadow:	1px 1px 3px 2px #41190B;
  box-shadow:		1px 1px 3px 2px #41190B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #41190B;
-webkit-box-shadow: 1px 1px 3px 2px #41190B;
box-shadow:1px 1px 3px 2px #41190B;">
Div content here</div>
This div box has shadow with color #41190B.

Preview

Color preview on black background

This text has color #41190B on black background.


Color preview on white background

This text has color #41190B on white background.



Black color preview on #41190B background

This text has black color on #41190B background.


White color preview on #41190B background

This text has white color on #41190B background.