Shades of Black Russian #0F102D
Tints of Black Russian #0F102D
RGB
CMYK
RGB Variations
Color information
#0F102D (or 0x0F102D) is known color: Black Russian. HEX triplet: 0F, 10 and 2D. RGB value is (15,16,45). Sum of RGB (Red+Green+Blue) = 15+16+45=76 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.74% from 76); Green value is 16 (6.64% from 255 or 21.05% from 76); Blue value is 45 (17.97% from 255 or 59.21% from 76); Max value from RGB is 45 - color contains mainly: blue. Hex color #0F102D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F102D is #F0EFD2. Grayscale: #121212. Windows color (decimal): -15790035 or 2953231. OLE color: 2953231.
HSL color Cylindrical-coordinate representation of color #0F102D: hue angle of 238º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0F102D is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 15 | 16 | 45 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.82 |
| HSL | 238º | 0.5% | 0.12% | - |
| HSV(B) | 238º | 0.67% | 0.18% | - |
| XYZ | 0.86 | 0.66 | 2.57 | - |
| YUV | 19.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 16 | 45 | 0.67 | 0.64 | 0 | 0.82 | 238 | 0.5 | 0.12 |
| Hex | F | 10 | 2D | 43 | 40 | 0 | 52 | EE | 32 | C |
| Octal | 17 | 20 | 55 | 103 | 100 | 0 | 122 | 356 | 62 | 14 |
| Binary | 1111 | 10000 | 101101 | 1000011 | 1000000 | 0 | 1010010 | 11101110 | 110010 | 1100 |
Color Harmonies of #0F102D
Complementary color
Monochromatic Colors of #0F102D
Black with #0F102D
Text Example
Text Example
White with #0F102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F102D; }
p { color: rgb(15,16,45); }
H1.HeaderClassName
{
color: #0F102D;
}
.AnyTagClassName
{
color: #0F102D;
}
</style>
background-color css
<style>
a { background-color: #0F102D; }
a { background-color: rgb(15,16,45); }
div.DivClassName
{
background-color: #0F102D;
}
.BgClassName
{
background-color: #0F102D;
}
</style>
border-color css
<style>
span { border-color: #0F102D; }
span { border-color: rgb(15,16,45); }
td.TdClassName
{
border-color: #0F102D;
}
.TagClassName
{
border-color: #0F102D;
}
</style>