#40282A

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

Shades of Havana #40282A

Tints of Havana #40282A

Color information

#40282A (or 0x40282A) is unknown color: approx Havana. HEX triplet: 40, 28 and 2A. RGB value is (64,40,42). Sum of RGB (Red+Green+Blue) = 64+40+42=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #40282A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40282A is #BFD7D5. Grayscale: #2F2F2F. Windows color (decimal): -12572630 or 2762816. OLE color: 2762816.

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

Color convert

RGB644042-
CMYK00.380.340.75
HSL355º23.08%20.39%-
HSV(B)355º37.5%25.1%-
XYZ3.292.772.55-
YUV47.4124.95139.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 43.84%
GREEN value IS 40 (16.02% from 255) = 27.40%
BLUE value IS 42 (16.80% from 255) = 28.77%
R=43.84%
G=27.40%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64404200.380.340.7535523.0820.39
Hex40282A026224B1631714
Octal1005052046421135432724
Binary1000000101000101010010011010001010010111011000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40282A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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