Shades of Black Russian #0F0C1C
Tints of Black Russian #0F0C1C
RGB
CMYK
RGB Variations
Color information
#0F0C1C (or 0x0F0C1C) is known color: Black Russian. HEX triplet: 0F, 0C and 1C. RGB value is (15,12,28). Sum of RGB (Red+Green+Blue) = 15+12+28=55 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.27% from 55); Green value is 12 (5.08% from 255 or 21.82% from 55); Blue value is 28 (11.33% from 255 or 50.91% from 55); Max value from RGB is 28 - color contains mainly: blue. Hex color #0F0C1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0C1C is #F0F3E3. Grayscale: #0E0E0E. Windows color (decimal): -15791076 or 1838095. OLE color: 1838095.
HSL color Cylindrical-coordinate representation of color #0F0C1C: hue angle of 251.25º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0F0C1C is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 15 | 12 | 28 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.89 |
| HSL | 251.25º | 0.4% | 0.08% | - |
| HSV(B) | 251.25º | 0.57% | 0.11% | - |
| XYZ | 0.54 | 0.45 | 1.16 | - |
| YUV | 14.72 | 135.49 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 12 | 28 | 0.46 | 0.57 | 0 | 0.89 | 251.25 | 0.4 | 0.08 |
| Hex | F | C | 1C | 2E | 39 | 0 | 59 | FB | 28 | 8 |
| Octal | 17 | 14 | 34 | 56 | 71 | 0 | 131 | 373 | 50 | 10 |
| Binary | 1111 | 1100 | 11100 | 101110 | 111001 | 0 | 1011001 | 11111011 | 101000 | 1000 |
Color Harmonies of #0F0C1C
Complementary color
Monochromatic Colors of #0F0C1C
Black with #0F0C1C
Text Example
Text Example
White with #0F0C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0C1C; }
p { color: rgb(15,12,28); }
H1.HeaderClassName
{
color: #0F0C1C;
}
.AnyTagClassName
{
color: #0F0C1C;
}
</style>
background-color css
<style>
a { background-color: #0F0C1C; }
a { background-color: rgb(15,12,28); }
div.DivClassName
{
background-color: #0F0C1C;
}
.BgClassName
{
background-color: #0F0C1C;
}
</style>
border-color css
<style>
span { border-color: #0F0C1C; }
span { border-color: rgb(15,12,28); }
td.TdClassName
{
border-color: #0F0C1C;
}
.TagClassName
{
border-color: #0F0C1C;
}
</style>