Shades of Black Russian #0C052B
Tints of Black Russian #0C052B
RGB
CMYK
RGB Variations
Color information
#0C052B (or 0x0C052B) is known color: Black Russian. HEX triplet: 0C, 05 and 2B. RGB value is (12,5,43). Sum of RGB (Red+Green+Blue) = 12+5+43=60 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 43 (17.19% from 255 or 71.67% from 60); Max value from RGB is 43 - color contains mainly: blue. Hex color #0C052B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C052B is #F3FAD4. Grayscale: #0B0B0B. Windows color (decimal): -15989461 or 2819340. OLE color: 2819340.
HSL color Cylindrical-coordinate representation of color #0C052B: hue angle of 251.05º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C052B is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 12 | 5 | 43 | - |
| CMYK | 0.72 | 0.88 | 0 | 0.83 |
| HSL | 251.05º | 0.79% | 0.09% | - |
| HSV(B) | 251.05º | 0.88% | 0.17% | - |
| XYZ | 0.64 | 0.36 | 2.32 | - |
| YUV | 11.43 | 145.82 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 5 | 43 | 0.72 | 0.88 | 0 | 0.83 | 251.05 | 0.79 | 0.09 |
| Hex | C | 5 | 2B | 48 | 58 | 0 | 53 | FB | 4F | 9 |
| Octal | 14 | 5 | 53 | 110 | 130 | 0 | 123 | 373 | 117 | 11 |
| Binary | 1100 | 101 | 101011 | 1001000 | 1011000 | 0 | 1010011 | 11111011 | 1001111 | 1001 |
Color Harmonies of #0C052B
Complementary color
Monochromatic Colors of #0C052B
Black with #0C052B
Text Example
Text Example
White with #0C052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C052B; }
p { color: rgb(12,5,43); }
H1.HeaderClassName
{
color: #0C052B;
}
.AnyTagClassName
{
color: #0C052B;
}
</style>
background-color css
<style>
a { background-color: #0C052B; }
a { background-color: rgb(12,5,43); }
div.DivClassName
{
background-color: #0C052B;
}
.BgClassName
{
background-color: #0C052B;
}
</style>
border-color css
<style>
span { border-color: #0C052B; }
span { border-color: rgb(12,5,43); }
td.TdClassName
{
border-color: #0C052B;
}
.TagClassName
{
border-color: #0C052B;
}
</style>