Shades of Black Russian #0B092F
Tints of Black Russian #0B092F
RGB
CMYK
RGB Variations
Color information
#0B092F (or 0x0B092F) is known color: Black Russian. HEX triplet: 0B, 09 and 2F. RGB value is (11,9,47). Sum of RGB (Red+Green+Blue) = 11+9+47=67 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.42% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 47 (18.75% from 255 or 70.15% from 67); Max value from RGB is 47 - color contains mainly: blue. Hex color #0B092F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B092F is #F4F6D0. Grayscale: #0D0D0D. Windows color (decimal): -16053969 or 3082507. OLE color: 3082507.
HSL color Cylindrical-coordinate representation of color #0B092F: hue angle of 243.16º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B092F is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 9 | 47 | - |
| CMYK | 0.77 | 0.81 | 0 | 0.82 |
| HSL | 243.16º | 0.68% | 0.11% | - |
| HSV(B) | 243.16º | 0.81% | 0.18% | - |
| XYZ | 0.75 | 0.47 | 2.74 | - |
| YUV | 13.93 | 146.66 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 9 | 47 | 0.77 | 0.81 | 0 | 0.82 | 243.16 | 0.68 | 0.11 |
| Hex | B | 9 | 2F | 4D | 51 | 0 | 52 | F3 | 44 | B |
| Octal | 13 | 11 | 57 | 115 | 121 | 0 | 122 | 363 | 104 | 13 |
| Binary | 1011 | 1001 | 101111 | 1001101 | 1010001 | 0 | 1010010 | 11110011 | 1000100 | 1011 |
Color Harmonies of #0B092F
Complementary color
Monochromatic Colors of #0B092F
Black with #0B092F
Text Example
Text Example
White with #0B092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B092F; }
p { color: rgb(11,9,47); }
H1.HeaderClassName
{
color: #0B092F;
}
.AnyTagClassName
{
color: #0B092F;
}
</style>
background-color css
<style>
a { background-color: #0B092F; }
a { background-color: rgb(11,9,47); }
div.DivClassName
{
background-color: #0B092F;
}
.BgClassName
{
background-color: #0B092F;
}
</style>
border-color css
<style>
span { border-color: #0B092F; }
span { border-color: rgb(11,9,47); }
td.TdClassName
{
border-color: #0B092F;
}
.TagClassName
{
border-color: #0B092F;
}
</style>