Shades of Black Russian #0F0D2D
Tints of Black Russian #0F0D2D
RGB
CMYK
RGB Variations
Color information
#0F0D2D (or 0x0F0D2D) is known color: Black Russian. HEX triplet: 0F, 0D and 2D. RGB value is (15,13,45). Sum of RGB (Red+Green+Blue) = 15+13+45=73 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.55% from 73); Green value is 13 (5.47% from 255 or 17.81% from 73); Blue value is 45 (17.97% from 255 or 61.64% from 73); Max value from RGB is 45 - color contains mainly: blue. Hex color #0F0D2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0D2D is #F0F2D2. Grayscale: #111111. Windows color (decimal): -15790803 or 2952463. OLE color: 2952463.
HSL color Cylindrical-coordinate representation of color #0F0D2D: hue angle of 243.75º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F0D2D is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 15 | 13 | 45 | - |
| CMYK | 0.67 | 0.71 | 0 | 0.82 |
| HSL | 243.75º | 0.55% | 0.11% | - |
| HSV(B) | 243.75º | 0.71% | 0.18% | - |
| XYZ | 0.81 | 0.58 | 2.55 | - |
| YUV | 17.25 | 143.66 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 13 | 45 | 0.67 | 0.71 | 0 | 0.82 | 243.75 | 0.55 | 0.11 |
| Hex | F | D | 2D | 43 | 47 | 0 | 52 | F4 | 37 | B |
| Octal | 17 | 15 | 55 | 103 | 107 | 0 | 122 | 364 | 67 | 13 |
| Binary | 1111 | 1101 | 101101 | 1000011 | 1000111 | 0 | 1010010 | 11110100 | 110111 | 1011 |
Color Harmonies of #0F0D2D
Complementary color
Monochromatic Colors of #0F0D2D
Black with #0F0D2D
Text Example
Text Example
White with #0F0D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0D2D; }
p { color: rgb(15,13,45); }
H1.HeaderClassName
{
color: #0F0D2D;
}
.AnyTagClassName
{
color: #0F0D2D;
}
</style>
background-color css
<style>
a { background-color: #0F0D2D; }
a { background-color: rgb(15,13,45); }
div.DivClassName
{
background-color: #0F0D2D;
}
.BgClassName
{
background-color: #0F0D2D;
}
</style>
border-color css
<style>
span { border-color: #0F0D2D; }
span { border-color: rgb(15,13,45); }
td.TdClassName
{
border-color: #0F0D2D;
}
.TagClassName
{
border-color: #0F0D2D;
}
</style>