Shades of Cola #402F19
Tints of Cola #402F19
RGB
CMYK
RGB Variations
Color information
#402F19 (or 0x402F19) is known color: Cola. HEX triplet: 40, 2F and 19. RGB value is (64,47,25). Sum of RGB (Red+Green+Blue) = 64+47+25=136 (18% of max value = 765). Red value is 64 (25.39% from 255 or 47.06% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 64 - color contains mainly: red. Hex color #402F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402F19 is #BFD0E6. Grayscale: #313131. Windows color (decimal): -12570855 or 1650496. OLE color: 1650496.
HSL color Cylindrical-coordinate representation of color #402F19: hue angle of 33.85º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #402F19 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 47 | 25 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.75 |
| HSL | 33.85º | 0.44% | 0.17% | - |
| HSV(B) | 33.85º | 0.61% | 0.25% | - |
| XYZ | 3.31 | 3.19 | 1.36 | - |
| YUV | 49.58 | 114.13 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 47 | 25 | 0 | 0.27 | 0.61 | 0.75 | 33.85 | 0.44 | 0.17 |
| Hex | 40 | 2F | 19 | 0 | 1B | 3D | 4B | 22 | 2C | 11 |
| Octal | 100 | 57 | 31 | 0 | 33 | 75 | 113 | 42 | 54 | 21 |
| Binary | 1000000 | 101111 | 11001 | 0 | 11011 | 111101 | 1001011 | 100010 | 101100 | 10001 |
Color Harmonies of #402F19
Complementary color
Monochromatic Colors of #402F19
Black with #402F19
Text Example
Text Example
White with #402F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402F19; }
p { color: rgb(64,47,25); }
H1.HeaderClassName
{
color: #402F19;
}
.AnyTagClassName
{
color: #402F19;
}
</style>
background-color css
<style>
a { background-color: #402F19; }
a { background-color: rgb(64,47,25); }
div.DivClassName
{
background-color: #402F19;
}
.BgClassName
{
background-color: #402F19;
}
</style>
border-color css
<style>
span { border-color: #402F19; }
span { border-color: rgb(64,47,25); }
td.TdClassName
{
border-color: #402F19;
}
.TagClassName
{
border-color: #402F19;
}
</style>