Shades of Havana #38292A
Tints of Havana #38292A
RGB
CMYK
RGB Variations
Color information
#38292A (or 0x38292A) is known color: Havana. HEX triplet: 38, 29 and 2A. RGB value is (56,41,42). Sum of RGB (Red+Green+Blue) = 56+41+42=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #38292A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38292A is #C7D6D5. Grayscale: #2D2D2D. Windows color (decimal): -13096662 or 2763064. OLE color: 2763064.
HSL color Cylindrical-coordinate representation of color #38292A: hue angle of 356º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #38292A is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 41 | 42 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.78 |
| HSL | 356º | 0.15% | 0.19% | - |
| HSV(B) | 356º | 0.27% | 0.22% | - |
| XYZ | 2.84 | 2.59 | 2.54 | - |
| YUV | 45.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 41 | 42 | 0 | 0.27 | 0.25 | 0.78 | 356 | 0.15 | 0.19 |
| Hex | 38 | 29 | 2A | 0 | 1B | 19 | 4E | 164 | F | 13 |
| Octal | 70 | 51 | 52 | 0 | 33 | 31 | 116 | 544 | 17 | 23 |
| Binary | 111000 | 101001 | 101010 | 0 | 11011 | 11001 | 1001110 | 101100100 | 1111 | 10011 |
Color Harmonies of #38292A
Complementary color
Monochromatic Colors of #38292A
Black with #38292A
Text Example
Text Example
White with #38292A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38292A; }
p { color: rgb(56,41,42); }
H1.HeaderClassName
{
color: #38292A;
}
.AnyTagClassName
{
color: #38292A;
}
</style>
background-color css
<style>
a { background-color: #38292A; }
a { background-color: rgb(56,41,42); }
div.DivClassName
{
background-color: #38292A;
}
.BgClassName
{
background-color: #38292A;
}
</style>
border-color css
<style>
span { border-color: #38292A; }
span { border-color: rgb(56,41,42); }
td.TdClassName
{
border-color: #38292A;
}
.TagClassName
{
border-color: #38292A;
}
</style>