#40292B

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

Shades of Havana #40292B

Tints of Havana #40292B

Color information

#40292B (or 0x40292B) is unknown color: approx Havana. HEX triplet: 40, 29 and 2B. RGB value is (64,41,43). Sum of RGB (Red+Green+Blue) = 64+41+43=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 64 - color contains mainly: red. Hex color #40292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40292B is #BFD6D4. Grayscale: #303030. Windows color (decimal): -12572373 or 2828608. OLE color: 2828608.

HSL color Cylindrical-coordinate representation of color #40292B: hue angle of 354.78º 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 #40292B is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB644143-
CMYK00.360.330.75
HSL354.78º21.9%20.59%-
HSV(B)354.78º35.94%25.1%-
XYZ3.342.852.66-
YUV48.1125.12139.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.24%
GREEN value IS 41 (16.41% from 255) = 27.70%
BLUE value IS 43 (17.19% from 255) = 29.05%
R=43.24%
G=27.70%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64414300.360.330.75354.7821.920.59
Hex40292B024214B1631615
Octal1005153044411135432625
Binary1000000101001101011010010010000110010111011000111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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