Shades of Black Russian #0C0F1B
Tints of Black Russian #0C0F1B
RGB
CMYK
RGB Variations
Color information
#0C0F1B (or 0x0C0F1B) is known color: Black Russian. HEX triplet: 0C, 0F and 1B. RGB value is (12,15,27). Sum of RGB (Red+Green+Blue) = 12+15+27=54 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.22% from 54); Green value is 15 (6.25% from 255 or 27.78% from 54); Blue value is 27 (10.94% from 255 or 50% from 54); Max value from RGB is 27 - color contains mainly: blue. Hex color #0C0F1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0F1B is #F3F0E4. Grayscale: #0F0F0F. Windows color (decimal): -15986917 or 1773324. OLE color: 1773324.
HSL color Cylindrical-coordinate representation of color #0C0F1B: hue angle of 228º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0C0F1B is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 12 | 15 | 27 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.89 |
| HSL | 228º | 0.38% | 0.08% | - |
| HSV(B) | 228º | 0.56% | 0.11% | - |
| XYZ | 0.52 | 0.5 | 1.11 | - |
| YUV | 15.47 | 134.51 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 15 | 27 | 0.56 | 0.44 | 0 | 0.89 | 228 | 0.38 | 0.08 |
| Hex | C | F | 1B | 38 | 2C | 0 | 59 | E4 | 26 | 8 |
| Octal | 14 | 17 | 33 | 70 | 54 | 0 | 131 | 344 | 46 | 10 |
| Binary | 1100 | 1111 | 11011 | 111000 | 101100 | 0 | 1011001 | 11100100 | 100110 | 1000 |
Color Harmonies of #0C0F1B
Complementary color
Monochromatic Colors of #0C0F1B
Black with #0C0F1B
Text Example
Text Example
White with #0C0F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0F1B; }
p { color: rgb(12,15,27); }
H1.HeaderClassName
{
color: #0C0F1B;
}
.AnyTagClassName
{
color: #0C0F1B;
}
</style>
background-color css
<style>
a { background-color: #0C0F1B; }
a { background-color: rgb(12,15,27); }
div.DivClassName
{
background-color: #0C0F1B;
}
.BgClassName
{
background-color: #0C0F1B;
}
</style>
border-color css
<style>
span { border-color: #0C0F1B; }
span { border-color: rgb(12,15,27); }
td.TdClassName
{
border-color: #0C0F1B;
}
.TagClassName
{
border-color: #0C0F1B;
}
</style>