Shades of Black Russian #0B0D25
Tints of Black Russian #0B0D25
RGB
CMYK
RGB Variations
Color information
#0B0D25 (or 0x0B0D25) is known color: Black Russian. HEX triplet: 0B, 0D and 25. RGB value is (11,13,37). Sum of RGB (Red+Green+Blue) = 11+13+37=61 (8% of max value = 765). Red value is 11 (4.69% from 255 or 18.03% from 61); Green value is 13 (5.47% from 255 or 21.31% from 61); Blue value is 37 (14.84% from 255 or 60.66% from 61); Max value from RGB is 37 - color contains mainly: blue. Hex color #0B0D25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0D25 is #F4F2DA. Grayscale: #0F0F0F. Windows color (decimal): -16052955 or 2428171. OLE color: 2428171.
HSL color Cylindrical-coordinate representation of color #0B0D25: hue angle of 235.38º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0B0D25 is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 13 | 37 | - |
| CMYK | 0.70 | 0.65 | 0 | 0.85 |
| HSL | 235.38º | 0.54% | 0.09% | - |
| HSV(B) | 235.38º | 0.7% | 0.15% | - |
| XYZ | 0.62 | 0.49 | 1.81 | - |
| YUV | 15.14 | 140.34 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 13 | 37 | 0.70 | 0.65 | 0 | 0.85 | 235.38 | 0.54 | 0.09 |
| Hex | B | D | 25 | 46 | 41 | 0 | 55 | EB | 36 | 9 |
| Octal | 13 | 15 | 45 | 106 | 101 | 0 | 125 | 353 | 66 | 11 |
| Binary | 1011 | 1101 | 100101 | 1000110 | 1000001 | 0 | 1010101 | 11101011 | 110110 | 1001 |
Color Harmonies of #0B0D25
Complementary color
Monochromatic Colors of #0B0D25
Black with #0B0D25
Text Example
Text Example
White with #0B0D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0D25; }
p { color: rgb(11,13,37); }
H1.HeaderClassName
{
color: #0B0D25;
}
.AnyTagClassName
{
color: #0B0D25;
}
</style>
background-color css
<style>
a { background-color: #0B0D25; }
a { background-color: rgb(11,13,37); }
div.DivClassName
{
background-color: #0B0D25;
}
.BgClassName
{
background-color: #0B0D25;
}
</style>
border-color css
<style>
span { border-color: #0B0D25; }
span { border-color: rgb(11,13,37); }
td.TdClassName
{
border-color: #0B0D25;
}
.TagClassName
{
border-color: #0B0D25;
}
</style>