#42283D

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

Shades of Voodoo #42283D

Tints of Voodoo #42283D

Color information

#42283D (or 0x42283D) is unknown color: approx Voodoo. HEX triplet: 42, 28 and 3D. RGB value is (66,40,61). Sum of RGB (Red+Green+Blue) = 66+40+61=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 66 - color contains mainly: red. Hex color #42283D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42283D is #BDD7C2. Grayscale: #323232. Windows color (decimal): -12441539 or 4008002. OLE color: 4008002.

HSL color Cylindrical-coordinate representation of color #42283D: hue angle of 311.54º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #42283D is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.74.

Color convert

RGB664061-
CMYK00.390.080.74
HSL311.54º24.53%20.78%-
HSV(B)311.54º39.39%25.88%-
XYZ3.853.014.79-
YUV50.17134.11139.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.52%
GREEN value IS 40 (16.02% from 255) = 23.95%
BLUE value IS 61 (24.22% from 255) = 36.53%
R=39.52%
G=23.95%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66406100.390.080.74311.5424.5320.78
Hex42283D02784A1381915
Octal1025075047101124703125
Binary10000101010001111010100111100010010101001110001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42283D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42283D; }

 p { color: rgb(66,40,61); }

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

<style>
 a { background-color: #42283D; }

 a { background-color: rgb(66,40,61); }

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

<style>
 span { border-color: #42283D; }

 span { border-color: rgb(66,40,61); }

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