COLOR #41033B

HEX: #41033B
RGB: (65,3,59)

Color info

#41033B contains mainly red and blue colors. Web safe color of #41033B is #330033 (or #303).

RGB color model

#41033B color RGB value is (65,3,59).

  • red value is 65;
  • green value is 3;
  • blue value is 59.
RGB:
(65,3,59)
(25%,1%,23%)

RGB channels and saturation

R 65 of 255 = 25%
G 3 of 255 = 1%
B 59 of 255 = 23%

65
3
59

R + G + B ~ 16%. #41033B is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 3 + 59 = 127 (100%)
R 65 of 127 ~ 51.18%
G 3 of 127 ~ 2.36%
B 59 of 127 ~ 46.46%

%51.18
%46.46

CMYK color model

#41033B color CMYK value is (0,95,9,75).

  • cyan value is 0.00%
  • magenta value is 95.38%
  • yellow value is 9.23%
  • key color value is 74.51%
CMYK:
(0,95,9,75)
C0M95Y9K75 
(0%,95%,9%,75%)
(0.00/0.95/0.09/0.75)	

CMYK percentages

%0
%95.38
%9.23
%74.51

Codes

Color #41033B in popluar color models

41033B
RGB65359
HSL306°91.18%13.33%
HSB/HSV306°95.38%25.49%
CMYK0.00%95.38%9.23%
74.51%

Color #41033B in popluar number systems.

HEX41033B
Decimal65359
Binary100000111111011
Octal101373

Shades and tints

Shades of #41033B

#41033B
(65,3,59)
#3C0336
(60,3,54)
#370331
(55,3,49)
#32032C
(50,3,44)
#2D0327
(45,3,39)
#280322
(40,3,34)
#23031D
(35,3,29)
#1E0318
(30,3,24)
#190313
(25,3,19)
#14030E
(20,3,14)
#0F0309
(15,3,9)
#000000
(0,0,0)

Tints of #41033B

#41033B
(65,3,59)
#52194C
(82,25,76)
#632F5D
(99,47,93)
#74456E
(116,69,110)
#855B7F
(133,91,127)
#967190
(150,113,144)
#A787A1
(167,135,161)
#B89DB2
(184,157,178)
#C9B3C3
(201,179,195)
#DAC9D4
(218,201,212)
#EBDFE5
(235,223,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41033B color. Also use rgb(65,3,59) instead hex code.

Text Font Color

.myTextColor { color: #41033B; }

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

This text font color is #41033B.


Background Color

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

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

This div background color is #41033B.


Border color

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

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

This div border color is #41033B.


Opacity

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

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

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

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

This text has shadow with #41033B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41033B on black background.


Color preview on white background

This text has color #41033B on white background.



Black color preview on #41033B background

This text has black color on #41033B background.


White color preview on #41033B background

This text has white color on #41033B background.