Shades of Black Russian #0C0F25
Tints of Black Russian #0C0F25
RGB
CMYK
RGB Variations
Color information
#0C0F25 (or 0x0C0F25) is known color: Black Russian. HEX triplet: 0C, 0F and 25. RGB value is (12,15,37). Sum of RGB (Red+Green+Blue) = 12+15+37=64 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.75% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 37 (14.84% from 255 or 57.81% from 64); Max value from RGB is 37 - color contains mainly: blue. Hex color #0C0F25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0F25 is #F3F0DA. Grayscale: #101010. Windows color (decimal): -15986907 or 2428684. OLE color: 2428684.
HSL color Cylindrical-coordinate representation of color #0C0F25: hue angle of 232.8º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0C0F25 is Cyan = 0.68, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 12 | 15 | 37 | - |
| CMYK | 0.68 | 0.59 | 0 | 0.85 |
| HSL | 232.8º | 0.51% | 0.1% | - |
| HSV(B) | 232.8º | 0.68% | 0.15% | - |
| XYZ | 0.66 | 0.55 | 1.82 | - |
| YUV | 16.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 15 | 37 | 0.68 | 0.59 | 0 | 0.85 | 232.8 | 0.51 | 0.1 |
| Hex | C | F | 25 | 44 | 3B | 0 | 55 | E9 | 33 | A |
| Octal | 14 | 17 | 45 | 104 | 73 | 0 | 125 | 351 | 63 | 12 |
| Binary | 1100 | 1111 | 100101 | 1000100 | 111011 | 0 | 1010101 | 11101001 | 110011 | 1010 |
Color Harmonies of #0C0F25
Complementary color
Monochromatic Colors of #0C0F25
Black with #0C0F25
Text Example
Text Example
White with #0C0F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0F25; }
p { color: rgb(12,15,37); }
H1.HeaderClassName
{
color: #0C0F25;
}
.AnyTagClassName
{
color: #0C0F25;
}
</style>
background-color css
<style>
a { background-color: #0C0F25; }
a { background-color: rgb(12,15,37); }
div.DivClassName
{
background-color: #0C0F25;
}
.BgClassName
{
background-color: #0C0F25;
}
</style>
border-color css
<style>
span { border-color: #0C0F25; }
span { border-color: rgb(12,15,37); }
td.TdClassName
{
border-color: #0C0F25;
}
.TagClassName
{
border-color: #0C0F25;
}
</style>