Shades of Black Russian #0C0D24
Tints of Black Russian #0C0D24
RGB
CMYK
RGB Variations
Color information
#0C0D24 (or 0x0C0D24) is known color: Black Russian. HEX triplet: 0C, 0D and 24. RGB value is (12,13,36). Sum of RGB (Red+Green+Blue) = 12+13+36=61 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.67% from 61); Green value is 13 (5.47% from 255 or 21.31% from 61); Blue value is 36 (14.45% from 255 or 59.02% from 61); Max value from RGB is 36 - color contains mainly: blue. Hex color #0C0D24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0D24 is #F3F2DB. Grayscale: #0F0F0F. Windows color (decimal): -15987420 or 2362636. OLE color: 2362636.
HSL color Cylindrical-coordinate representation of color #0C0D24: hue angle of 237.5º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0C0D24 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 12 | 13 | 36 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.86 |
| HSL | 237.5º | 0.5% | 0.09% | - |
| HSV(B) | 237.5º | 0.67% | 0.14% | - |
| XYZ | 0.61 | 0.49 | 1.73 | - |
| YUV | 15.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 13 | 36 | 0.67 | 0.64 | 0 | 0.86 | 237.5 | 0.5 | 0.09 |
| Hex | C | D | 24 | 43 | 40 | 0 | 56 | EE | 32 | 9 |
| Octal | 14 | 15 | 44 | 103 | 100 | 0 | 126 | 356 | 62 | 11 |
| Binary | 1100 | 1101 | 100100 | 1000011 | 1000000 | 0 | 1010110 | 11101110 | 110010 | 1001 |
Color Harmonies of #0C0D24
Complementary color
Monochromatic Colors of #0C0D24
Black with #0C0D24
Text Example
Text Example
White with #0C0D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0D24; }
p { color: rgb(12,13,36); }
H1.HeaderClassName
{
color: #0C0D24;
}
.AnyTagClassName
{
color: #0C0D24;
}
</style>
background-color css
<style>
a { background-color: #0C0D24; }
a { background-color: rgb(12,13,36); }
div.DivClassName
{
background-color: #0C0D24;
}
.BgClassName
{
background-color: #0C0D24;
}
</style>
border-color css
<style>
span { border-color: #0C0D24; }
span { border-color: rgb(12,13,36); }
td.TdClassName
{
border-color: #0C0D24;
}
.TagClassName
{
border-color: #0C0D24;
}
</style>