Shades of Cola #40301B
Tints of Cola #40301B
RGB
CMYK
RGB Variations
Color information
#40301B (or 0x40301B) is known color: Cola. HEX triplet: 40, 30 and 1B. RGB value is (64,48,27). Sum of RGB (Red+Green+Blue) = 64+48+27=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #40301B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40301B is #BFCFE4. Grayscale: #323232. Windows color (decimal): -12570597 or 1781824. OLE color: 1781824.
HSL color Cylindrical-coordinate representation of color #40301B: hue angle of 34.05º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40301B is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 48 | 27 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.75 |
| HSL | 34.05º | 0.41% | 0.18% | - |
| HSV(B) | 34.05º | 0.58% | 0.25% | - |
| XYZ | 3.37 | 3.28 | 1.49 | - |
| YUV | 50.39 | 114.8 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 48 | 27 | 0 | 0.25 | 0.58 | 0.75 | 34.05 | 0.41 | 0.18 |
| Hex | 40 | 30 | 1B | 0 | 19 | 3A | 4B | 22 | 29 | 12 |
| Octal | 100 | 60 | 33 | 0 | 31 | 72 | 113 | 42 | 51 | 22 |
| Binary | 1000000 | 110000 | 11011 | 0 | 11001 | 111010 | 1001011 | 100010 | 101001 | 10010 |
Color Harmonies of #40301B
Complementary color
Monochromatic Colors of #40301B
Black with #40301B
Text Example
Text Example
White with #40301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40301B; }
p { color: rgb(64,48,27); }
H1.HeaderClassName
{
color: #40301B;
}
.AnyTagClassName
{
color: #40301B;
}
</style>
background-color css
<style>
a { background-color: #40301B; }
a { background-color: rgb(64,48,27); }
div.DivClassName
{
background-color: #40301B;
}
.BgClassName
{
background-color: #40301B;
}
</style>
border-color css
<style>
span { border-color: #40301B; }
span { border-color: rgb(64,48,27); }
td.TdClassName
{
border-color: #40301B;
}
.TagClassName
{
border-color: #40301B;
}
</style>