Shades of Black Russian #0C152C
Tints of Black Russian #0C152C
RGB
CMYK
RGB Variations
Color information
#0C152C (or 0x0C152C) is known color: Black Russian. HEX triplet: 0C, 15 and 2C. RGB value is (12,21,44). Sum of RGB (Red+Green+Blue) = 12+21+44=77 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.58% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 44 (17.58% from 255 or 57.14% from 77); Max value from RGB is 44 - color contains mainly: blue. Hex color #0C152C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C152C is #F3EAD3. Grayscale: #141414. Windows color (decimal): -15985364 or 2888972. OLE color: 2888972.
HSL color Cylindrical-coordinate representation of color #0C152C: hue angle of 223.12º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C152C is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 12 | 21 | 44 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.83 |
| HSL | 223.13º | 0.57% | 0.11% | - |
| HSV(B) | 223.13º | 0.73% | 0.17% | - |
| XYZ | 0.87 | 0.8 | 2.49 | - |
| YUV | 20.93 | 141.02 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 21 | 44 | 0.73 | 0.52 | 0 | 0.83 | 223.13 | 0.57 | 0.11 |
| Hex | C | 15 | 2C | 49 | 34 | 0 | 53 | DF | 39 | B |
| Octal | 14 | 25 | 54 | 111 | 64 | 0 | 123 | 337 | 71 | 13 |
| Binary | 1100 | 10101 | 101100 | 1001001 | 110100 | 0 | 1010011 | 11011111 | 111001 | 1011 |
Color Harmonies of #0C152C
Complementary color
Monochromatic Colors of #0C152C
Black with #0C152C
Text Example
Text Example
White with #0C152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C152C; }
p { color: rgb(12,21,44); }
H1.HeaderClassName
{
color: #0C152C;
}
.AnyTagClassName
{
color: #0C152C;
}
</style>
background-color css
<style>
a { background-color: #0C152C; }
a { background-color: rgb(12,21,44); }
div.DivClassName
{
background-color: #0C152C;
}
.BgClassName
{
background-color: #0C152C;
}
</style>
border-color css
<style>
span { border-color: #0C152C; }
span { border-color: rgb(12,21,44); }
td.TdClassName
{
border-color: #0C152C;
}
.TagClassName
{
border-color: #0C152C;
}
</style>