#431D3C

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

Shades of Voodoo #431D3C

Tints of Voodoo #431D3C

Color information

#431D3C (or 0x431D3C) is unknown color: approx Voodoo. HEX triplet: 43, 1D and 3C. RGB value is (67,29,60). Sum of RGB (Red+Green+Blue) = 67+29+60=156 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.95% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 67 - color contains mainly: red. Hex color #431D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D3C is #BCE2C3. Grayscale: #2B2B2B. Windows color (decimal): -12378820 or 3939651. OLE color: 3939651.

HSL color Cylindrical-coordinate representation of color #431D3C: hue angle of 311.05º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #431D3C is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.74.

Color convert

RGB672960-
CMYK00.570.100.74
HSL311.05º39.58%18.82%-
HSV(B)311.05º56.72%26.27%-
XYZ3.572.44.55-
YUV43.9137.09144.48-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.95%
GREEN value IS 29 (11.72% from 255) = 18.59%
BLUE value IS 60 (23.83% from 255) = 38.46%
R=42.95%
G=18.59%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67296000.570.100.74311.0539.5818.82
Hex431D3C039A4A1372813
Octal1033574071121124675023
Binary10000111110111110001110011010100101010011011110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431D3C; }

 p { color: rgb(67,29,60); }

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

<style>
 a { background-color: #431D3C; }

 a { background-color: rgb(67,29,60); }

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

<style>
 span { border-color: #431D3C; }

 span { border-color: rgb(67,29,60); }

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