#412F3B

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

Shades of Voodoo #412F3B

Tints of Voodoo #412F3B

Color information

#412F3B (or 0x412F3B) is unknown color: approx Voodoo. HEX triplet: 41, 2F and 3B. RGB value is (65,47,59). Sum of RGB (Red+Green+Blue) = 65+47+59=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 65 - color contains mainly: red. Hex color #412F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412F3B is #BED0C4. Grayscale: #353535. Windows color (decimal): -12505285 or 3878721. OLE color: 3878721.

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

Color convert

RGB654759-
CMYK00.280.090.75
HSL320º16.07%21.96%-
HSV(B)320º27.69%25.49%-
XYZ3.993.474.6-
YUV53.75130.96136.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.01%
GREEN value IS 47 (18.75% from 255) = 27.49%
BLUE value IS 59 (23.44% from 255) = 34.50%
R=38.01%
G=27.49%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65475900.280.090.7532016.0721.96
Hex412F3B01C94B1401016
Octal1015773034111135002026
Binary1000001101111111011011100100110010111010000001000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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