#423031

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

Shades of Havana #423031

Tints of Havana #423031

Color information

#423031 (or 0x423031) is unknown color: approx Havana. HEX triplet: 42, 30 and 31. RGB value is (66,48,49). Sum of RGB (Red+Green+Blue) = 66+48+49=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 66 - color contains mainly: red. Hex color #423031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423031 is #BDCFCE. Grayscale: #353535. Windows color (decimal): -12439503 or 3223618. OLE color: 3223618.

HSL color Cylindrical-coordinate representation of color #423031: hue angle of 356.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #423031 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.74.

Color convert

RGB664849-
CMYK00.270.260.74
HSL356.67º15.79%22.35%-
HSV(B)356.67º27.27%25.88%-
XYZ3.863.493.38-
YUV53.5125.46136.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.49%
GREEN value IS 48 (19.14% from 255) = 29.45%
BLUE value IS 49 (19.53% from 255) = 30.06%
R=40.49%
G=29.45%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66484900.270.260.74356.6715.7922.35
Hex42303101B1A4A1651016
Octal1026061033321125452026
Binary10000101100001100010110111101010010101011001011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423031; }

 p { color: rgb(66,48,49); }

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

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

 a { background-color: rgb(66,48,49); }

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

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

 span { border-color: rgb(66,48,49); }

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