#40292A

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

Shades of Havana #40292A

Tints of Havana #40292A

Color information

#40292A (or 0x40292A) is unknown color: approx Havana. HEX triplet: 40, 29 and 2A. RGB value is (64,41,42). Sum of RGB (Red+Green+Blue) = 64+41+42=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 64 - color contains mainly: red. Hex color #40292A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40292A is #BFD6D5. Grayscale: #303030. Windows color (decimal): -12572374 or 2763072. OLE color: 2763072.

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

Color convert

RGB644142-
CMYK00.360.340.75
HSL357.39º21.9%20.59%-
HSV(B)357.39º35.94%25.1%-
XYZ3.332.842.56-
YUV47.99124.62139.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.54%
GREEN value IS 41 (16.41% from 255) = 27.89%
BLUE value IS 42 (16.80% from 255) = 28.57%
R=43.54%
G=27.89%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64414200.360.340.75357.3921.920.59
Hex40292A024224B1651615
Octal1005152044421135452625
Binary1000000101001101010010010010001010010111011001011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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