#431D3B

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

Shades of Voodoo #431D3B

Tints of Voodoo #431D3B

Color information

#431D3B (or 0x431D3B) is unknown color: approx Voodoo. HEX triplet: 43, 1D and 3B. RGB value is (67,29,59). Sum of RGB (Red+Green+Blue) = 67+29+59=155 (20% of max value = 765). Red value is 67 (26.56% from 255 or 43.23% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 67 - color contains mainly: red. Hex color #431D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D3B is #BCE2C4. Grayscale: #2B2B2B. Windows color (decimal): -12378821 or 3874115. OLE color: 3874115.

HSL color Cylindrical-coordinate representation of color #431D3B: hue angle of 312.63º 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 #431D3B is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB672959-
CMYK00.570.120.74
HSL312.63º39.58%18.82%-
HSV(B)312.63º56.72%26.27%-
XYZ3.542.394.41-
YUV43.78136.59144.56-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 43.23%
GREEN value IS 29 (11.72% from 255) = 18.71%
BLUE value IS 59 (23.44% from 255) = 38.06%
R=43.23%
G=18.71%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67295900.570.120.74312.6339.5818.82
Hex431D3B039C4A1392813
Octal1033573071141124715023
Binary10000111110111101101110011100100101010011100110100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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