COLOR #41020D

HEX: #41020D
RGB: (65,2,13)

Color info

#41020D contains mainly red and blue colors. Web safe color of #41020D is #330000 (or #300).

RGB color model

#41020D color RGB value is (65,2,13).

  • red value is 65;
  • green value is 2;
  • blue value is 13.
RGB:
(65,2,13)
(25%,1%,5%)

RGB channels and saturation

R 65 of 255 = 25%
G 2 of 255 = 1%
B 13 of 255 = 5%

65
2
13

R + G + B ~ 10%. #41020D is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 2 + 13 = 80 (100%)
R 65 of 80 ~ 81.25%
G 2 of 80 ~ 2.5%
B 13 of 80 ~ 16.25%

%81.25
%16.25

CMYK color model

#41020D color CMYK value is (0,97,80,75).

  • cyan value is 0.00%
  • magenta value is 96.92%
  • yellow value is 80.00%
  • key color value is 74.51%
CMYK:
(0,97,80,75)
C0M97Y80K75 
(0%,97%,80%,75%)
(0.00/0.97/0.80/0.75)	

CMYK percentages

%0
%96.92
%80
%74.51

Codes

Color #41020D in popluar color models

41020D
RGB65213
HSL350°94.03%13.14%
HSB/HSV350°96.92%25.49%
CMYK0.00%96.92%80.00%
74.51%

Color #41020D in popluar number systems.

HEX41020D
Decimal65213
Binary1000001101101
Octal101215

Shades and tints

Shades of #41020D

#41020D
(65,2,13)
#3C020C
(60,2,12)
#37020B
(55,2,11)
#32020A
(50,2,10)
#2D0209
(45,2,9)
#280208
(40,2,8)
#230207
(35,2,7)
#1E0206
(30,2,6)
#190205
(25,2,5)
#140204
(20,2,4)
#0F0203
(15,2,3)
#000000
(0,0,0)

Tints of #41020D

#41020D
(65,2,13)
#521923
(82,25,35)
#633039
(99,48,57)
#74474F
(116,71,79)
#855E65
(133,94,101)
#96757B
(150,117,123)
#A78C91
(167,140,145)
#B8A3A7
(184,163,167)
#C9BABD
(201,186,189)
#DAD1D3
(218,209,211)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41020D color. Also use rgb(65,2,13) instead hex code.

Text Font Color

.myTextColor { color: #41020D; }

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

This text font color is #41020D.


Background Color

.myBgColor { background-color: #41020D; }

<div style="background-color:#41020D">Inner text</div>

This div background color is #41020D.


Border color

.myBorderColor { border: 1px solid #41020D; }

<div style="border:3px solid #41020D">Div</div>

This div border color is #41020D.


Opacity

.myOpacity80 { color: #41020D; opacity: 0.8; }

<p style="color:#41020D;opacity:0.8;">80%</p>

Text with #41020D 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 #41020D;}

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

This text has shadow with #41020D color.

.textShadow {text-shadow: 3px 3px 1px #41020D, 3px 3px 1px red;}

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

This text has shadow with #41020D primary color and red secondary color.


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

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

This text has shadow with #41020D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41020D on black background.


Color preview on white background

This text has color #41020D on white background.



Black color preview on #41020D background

This text has black color on #41020D background.


White color preview on #41020D background

This text has white color on #41020D background.