#412B3B

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

Shades of Voodoo #412B3B

Tints of Voodoo #412B3B

Color information

#412B3B (or 0x412B3B) is unknown color: approx Voodoo. HEX triplet: 41, 2B and 3B. RGB value is (65,43,59). Sum of RGB (Red+Green+Blue) = 65+43+59=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 43 (17.19% from 255 or 25.75% from 167); Blue value is 59 (23.44% from 255 or 35.33% from 167); Max value from RGB is 65 - color contains mainly: red. Hex color #412B3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412B3B is #BED4C4. Grayscale: #333333. Windows color (decimal): -12506309 or 3877697. OLE color: 3877697.

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

Color convert

RGB654359-
CMYK00.340.090.75
HSL316.36º20.37%21.18%-
HSV(B)316.36º33.85%25.49%-
XYZ3.833.174.55-
YUV51.4132.29137.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.92%
GREEN value IS 43 (17.19% from 255) = 25.75%
BLUE value IS 59 (23.44% from 255) = 35.33%
R=38.92%
G=25.75%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65435900.340.090.75316.3620.3721.18
Hex412B3B02294B13c1415
Octal1015373042111134742425
Binary10000011010111110110100010100110010111001111001010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412B3B; }

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

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

<style>
 a { background-color: #412B3B; }

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

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

<style>
 span { border-color: #412B3B; }

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

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