#403031

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

Shades of Havana #403031

Tints of Havana #403031

Color information

#403031 (or 0x403031) is unknown color: approx Havana. HEX triplet: 40, 30 and 31. RGB value is (64,48,49). Sum of RGB (Red+Green+Blue) = 64+48+49=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 64 - color contains mainly: red. Hex color #403031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403031 is #BFCFCE. Grayscale: #343434. Windows color (decimal): -12570575 or 3223616. OLE color: 3223616.

HSL color Cylindrical-coordinate representation of color #403031: hue angle of 356.25º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #403031 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB644849-
CMYK00.250.230.75
HSL356.25º14.29%21.96%-
HSV(B)356.25º25%25.1%-
XYZ3.733.433.37-
YUV52.9125.8135.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 39.75%
GREEN value IS 48 (19.14% from 255) = 29.81%
BLUE value IS 49 (19.53% from 255) = 30.43%
R=39.75%
G=29.81%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64484900.250.230.75356.2514.2921.96
Hex403031019174B164e16
Octal1006061031271135441626
Binary1000000110000110001011001101111001011101100100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403031; }

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

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

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

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

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

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

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

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