#42292A

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

Shades of Havana #42292A

Tints of Havana #42292A

Color information

#42292A (or 0x42292A) is unknown color: approx Havana. HEX triplet: 42, 29 and 2A. RGB value is (66,41,42). Sum of RGB (Red+Green+Blue) = 66+41+42=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 66 - color contains mainly: red. Hex color #42292A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42292A is #BDD6D5. Grayscale: #303030. Windows color (decimal): -12441302 or 2763074. OLE color: 2763074.

HSL color Cylindrical-coordinate representation of color #42292A: hue angle of 357.6º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #42292A is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB664142-
CMYK00.380.360.74
HSL357.6º23.36%20.98%-
HSV(B)357.6º37.88%25.88%-
XYZ3.462.912.57-
YUV48.59124.28140.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 44.30%
GREEN value IS 41 (16.41% from 255) = 27.52%
BLUE value IS 42 (16.80% from 255) = 28.19%
R=44.30%
G=27.52%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66414200.380.360.74357.623.3620.98
Hex42292A026244A1661715
Octal1025152046441125462725
Binary1000010101001101010010011010010010010101011001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,41,42); }

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

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

 a { background-color: rgb(66,41,42); }

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

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

 span { border-color: rgb(66,41,42); }

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