#402F30

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

Shades of Havana #402F30

Tints of Havana #402F30

Color information

#402F30 (or 0x402F30) is unknown color: approx Havana. HEX triplet: 40, 2F and 30. RGB value is (64,47,48). Sum of RGB (Red+Green+Blue) = 64+47+48=159 (21% of max value = 765). Red value is 64 (25.39% from 255 or 40.25% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 64 - color contains mainly: red. Hex color #402F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402F30 is #BFD0CF. Grayscale: #343434. Windows color (decimal): -12570832 or 3157824. OLE color: 3157824.

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

Color convert

RGB644748-
CMYK00.270.250.75
HSL356.47º15.32%21.76%-
HSV(B)356.47º26.56%25.1%-
XYZ3.663.343.25-
YUV52.2125.63136.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.25%
GREEN value IS 47 (18.75% from 255) = 29.56%
BLUE value IS 48 (19.14% from 255) = 30.19%
R=40.25%
G=29.56%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64474800.270.250.75356.4715.3221.76
Hex402F3001B194B164f16
Octal1005760033311135441726
Binary1000000101111110000011011110011001011101100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402F30; }

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

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

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

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

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

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

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

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