#42283A

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

Shades of Voodoo #42283A

Tints of Voodoo #42283A

Color information

#42283A (or 0x42283A) is unknown color: approx Voodoo. HEX triplet: 42, 28 and 3A. RGB value is (66,40,58). Sum of RGB (Red+Green+Blue) = 66+40+58=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 40 (16.02% from 255 or 24.39% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 66 - color contains mainly: red. Hex color #42283A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42283A is #BDD7C5. Grayscale: #313131. Windows color (decimal): -12441542 or 3811394. OLE color: 3811394.

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

Color convert

RGB664058-
CMYK00.390.120.74
HSL318.46º24.53%20.78%-
HSV(B)318.46º39.39%25.88%-
XYZ3.772.984.38-
YUV49.83132.61139.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.24%
GREEN value IS 40 (16.02% from 255) = 24.39%
BLUE value IS 58 (23.05% from 255) = 35.37%
R=40.24%
G=24.39%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66405800.390.120.74318.4624.5320.78
Hex42283A027C4A13e1915
Octal1025072047141124763125
Binary10000101010001110100100111110010010101001111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42283A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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