#41243B

Color #41243B Voodoo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Voodoo #41243B

Tints of Voodoo #41243B

Color information

#41243B (or 0x41243B) is unknown color: approx Voodoo. HEX triplet: 41, 24 and 3B. RGB value is (65,36,59). Sum of RGB (Red+Green+Blue) = 65+36+59=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 65 - color contains mainly: red. Hex color #41243B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41243B is #BEDBC4. Grayscale: #2F2F2F. Windows color (decimal): -12508101 or 3875905. OLE color: 3875905.

HSL color Cylindrical-coordinate representation of color #41243B: hue angle of 312.41º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #41243B is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB653659-
CMYK00.450.090.75
HSL312.41º28.71%19.8%-
HSV(B)312.41º44.62%25.49%-
XYZ3.62.74.47-
YUV47.29134.61140.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 65 (25.78% from 255) = 40.62%
GREEN value IS 36 (14.45% from 255) = 22.5%
BLUE value IS 59 (23.44% from 255) = 36.88%
R=40.62%
G=22.5%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65365900.450.090.75312.4128.7119.8
Hex41243B02D94B1381d14
Octal1014473055111134703524
Binary10000011001001110110101101100110010111001110001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41243B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41243B; }

 p { color: rgb(65,36,59); }

 H1.HeaderClassName
 {
   color: #41243B;
 }
 .AnyTagClassName
 {
   color: #41243B;
 }
</style>
background-color css

<style>
 a { background-color: #41243B; }

 a { background-color: rgb(65,36,59); }

 div.DivClassName
 {
   background-color: #41243B;
 }
 .BgClassName
 {
   background-color: #41243B;
 }
</style>
border-color css

<style>
 span { border-color: #41243B; }

 span { border-color: rgb(65,36,59); }

 td.TdClassName
 {
   border-color: #41243B;
 }
 .TagClassName
 {
   border-color: #41243B;
 }
</style>