COLOR #41121A

HEX: #41121A
RGB: (65,18,26)

Color info

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

RGB color model

#41121A color RGB value is (65,18,26).

  • red value is 65;
  • green value is 18;
  • blue value is 26.
RGB:
(65,18,26)
(25%,7%,10%)

RGB channels and saturation

R 65 of 255 = 25%
G 18 of 255 = 7%
B 26 of 255 = 10%

65
18
26

R + G + B ~ 14%. #41121A is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 18 + 26 = 109 (100%)
R 65 of 109 ~ 59.63%
G 18 of 109 ~ 16.51%
B 26 of 109 ~ 23.85%

%59.63
%16.51
%23.85

CMYK color model

#41121A color CMYK value is (0,72,60,75).

  • cyan value is 0.00%
  • magenta value is 72.31%
  • yellow value is 60.00%
  • key color value is 74.51%
CMYK:
(0,72,60,75)
C0M72Y60K75 
(0%,72%,60%,75%)
(0.00/0.72/0.60/0.75)	

CMYK percentages

%0
%72.31
%60
%74.51

Codes

Color #41121A in popluar color models

41121A
RGB651826
HSL350°56.63%16.27%
HSB/HSV350°72.31%25.49%
CMYK0.00%72.31%60.00%
74.51%

Color #41121A in popluar number systems.

HEX41121A
Decimal651826
Binary10000011001011010
Octal1012232

Shades and tints

Shades of #41121A

#41121A
(65,18,26)
#3C1118
(60,17,24)
#371016
(55,16,22)
#320F14
(50,15,20)
#2D0E12
(45,14,18)
#280D10
(40,13,16)
#230C0E
(35,12,14)
#1E0B0C
(30,11,12)
#190A0A
(25,10,10)
#140908
(20,9,8)
#0F0806
(15,8,6)
#000000
(0,0,0)

Tints of #41121A

#41121A
(65,18,26)
#52272E
(82,39,46)
#633C42
(99,60,66)
#745156
(116,81,86)
#85666A
(133,102,106)
#967B7E
(150,123,126)
#A79092
(167,144,146)
#B8A5A6
(184,165,166)
#C9BABA
(201,186,186)
#DACFCE
(218,207,206)
#EBE4E2
(235,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41121A color. Also use rgb(65,18,26) instead hex code.

Text Font Color

.myTextColor { color: #41121A; }

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

This text font color is #41121A.


Background Color

.myBgColor { background-color: #41121A; }

<div style="background-color:#41121A">Inner text</div>

This div background color is #41121A.


Border color

.myBorderColor { border: 1px solid #41121A; }

<div style="border:3px solid #41121A">Div</div>

This div border color is #41121A.


Opacity

.myOpacity80 { color: #41121A; opacity: 0.8; }

<p style="color:#41121A;opacity:0.8;">80%</p>

Text with #41121A 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 #41121A;}

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

This text has shadow with #41121A color.

.textShadow {text-shadow: 3px 3px 1px #41121A, 3px 3px 1px red;}

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

This text has shadow with #41121A primary color and red secondary color.


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

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

This text has shadow with #41121A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41121A on black background.


Color preview on white background

This text has color #41121A on white background.



Black color preview on #41121A background

This text has black color on #41121A background.


White color preview on #41121A background

This text has white color on #41121A background.