COLOR #41141B

HEX: #41141B
RGB: (65,20,27)

Color info

#41141B contains red, green and blue colors in about the same proportion. Web safe color of #41141B is #330033 (or #303).

RGB color model

#41141B color RGB value is (65,20,27).

  • red value is 65;
  • green value is 20;
  • blue value is 27.
RGB:
(65,20,27)
(25%,8%,11%)

RGB channels and saturation

R 65 of 255 = 25%
G 20 of 255 = 8%
B 27 of 255 = 11%

65
20
27

R + G + B ~ 15%. #41141B is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 20 + 27 = 112 (100%)
R 65 of 112 ~ 58.04%
G 20 of 112 ~ 17.86%
B 27 of 112 ~ 24.11%

%58.04
%17.86
%24.11

CMYK color model

#41141B color CMYK value is (0,69,58,75).

  • cyan value is 0.00%
  • magenta value is 69.23%
  • yellow value is 58.46%
  • key color value is 74.51%
CMYK:
(0,69,58,75)
C0M69Y58K75 
(0%,69%,58%,75%)
(0.00/0.69/0.58/0.75)	

CMYK percentages

%0
%69.23
%58.46
%74.51

Codes

Color #41141B in popluar color models

41141B
RGB652027
HSL351°52.94%16.67%
HSB/HSV351°69.23%25.49%
CMYK0.00%69.23%58.46%
74.51%

Color #41141B in popluar number systems.

HEX41141B
Decimal652027
Binary10000011010011011
Octal1012433

Shades and tints

Shades of #41141B

#41141B
(65,20,27)
#3C1319
(60,19,25)
#371217
(55,18,23)
#321115
(50,17,21)
#2D1013
(45,16,19)
#280F11
(40,15,17)
#230E0F
(35,14,15)
#1E0D0D
(30,13,13)
#190C0B
(25,12,11)
#140B09
(20,11,9)
#0F0A07
(15,10,7)
#000000
(0,0,0)

Tints of #41141B

#41141B
(65,20,27)
#52292F
(82,41,47)
#633E43
(99,62,67)
#745357
(116,83,87)
#85686B
(133,104,107)
#967D7F
(150,125,127)
#A79293
(167,146,147)
#B8A7A7
(184,167,167)
#C9BCBB
(201,188,187)
#DAD1CF
(218,209,207)
#EBE6E3
(235,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41141B color. Also use rgb(65,20,27) instead hex code.

Text Font Color

.myTextColor { color: #41141B; }

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

This text font color is #41141B.


Background Color

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

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

This div background color is #41141B.


Border color

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

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

This div border color is #41141B.


Opacity

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

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

Text with #41141B 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 #41141B;}

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

This text has shadow with #41141B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41141B on black background.


Color preview on white background

This text has color #41141B on white background.



Black color preview on #41141B background

This text has black color on #41141B background.


White color preview on #41141B background

This text has white color on #41141B background.