#42273F

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

Shades of Voodoo #42273F

Tints of Voodoo #42273F

Color information

#42273F (or 0x42273F) is unknown color: approx Voodoo. HEX triplet: 42, 27 and 3F. RGB value is (66,39,63). Sum of RGB (Red+Green+Blue) = 66+39+63=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 66 - color contains mainly: red. Hex color #42273F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42273F is #BDD8C0. Grayscale: #313131. Windows color (decimal): -12441793 or 4138818. OLE color: 4138818.

HSL color Cylindrical-coordinate representation of color #42273F: hue angle of 306.67º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #42273F is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB663963-
CMYK00.410.050.74
HSL306.67º25.71%20.59%-
HSV(B)306.67º40.91%25.88%-
XYZ3.872.975.07-
YUV49.81135.45139.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.29%
GREEN value IS 39 (15.62% from 255) = 23.21%
BLUE value IS 63 (25% from 255) = 37.5%
R=39.29%
G=23.21%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66396300.410.050.74306.6725.7120.59
Hex42273F02954A1331a15
Octal102477705151124633225
Binary1000010100111111111010100110110010101001100111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42273F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42273F; }

 p { color: rgb(66,39,63); }

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

<style>
 a { background-color: #42273F; }

 a { background-color: rgb(66,39,63); }

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

<style>
 span { border-color: #42273F; }

 span { border-color: rgb(66,39,63); }

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