Shades of Black Russian #0B0624
Tints of Black Russian #0B0624
RGB
CMYK
RGB Variations
Color information
#0B0624 (or 0x0B0624) is known color: Black Russian. HEX triplet: 0B, 06 and 24. RGB value is (11,6,36). Sum of RGB (Red+Green+Blue) = 11+6+36=53 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.75% from 53); Green value is 6 (2.73% from 255 or 11.32% from 53); Blue value is 36 (14.45% from 255 or 67.92% from 53); Max value from RGB is 36 - color contains mainly: blue. Hex color #0B0624 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0624 is #F4F9DB. Grayscale: #0A0A0A. Windows color (decimal): -16054748 or 2360843. OLE color: 2360843.
HSL color Cylindrical-coordinate representation of color #0B0624: hue angle of 250º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B0624 is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 11 | 6 | 36 | - |
| CMYK | 0.69 | 0.83 | 0 | 0.86 |
| HSL | 250º | 0.71% | 0.08% | - |
| HSV(B) | 250º | 0.83% | 0.14% | - |
| XYZ | 0.52 | 0.33 | 1.71 | - |
| YUV | 10.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 6 | 36 | 0.69 | 0.83 | 0 | 0.86 | 250 | 0.71 | 0.08 |
| Hex | B | 6 | 24 | 45 | 53 | 0 | 56 | FA | 47 | 8 |
| Octal | 13 | 6 | 44 | 105 | 123 | 0 | 126 | 372 | 107 | 10 |
| Binary | 1011 | 110 | 100100 | 1000101 | 1010011 | 0 | 1010110 | 11111010 | 1000111 | 1000 |
Color Harmonies of #0B0624
Complementary color
Monochromatic Colors of #0B0624
Black with #0B0624
Text Example
Text Example
White with #0B0624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0624; }
p { color: rgb(11,6,36); }
H1.HeaderClassName
{
color: #0B0624;
}
.AnyTagClassName
{
color: #0B0624;
}
</style>
background-color css
<style>
a { background-color: #0B0624; }
a { background-color: rgb(11,6,36); }
div.DivClassName
{
background-color: #0B0624;
}
.BgClassName
{
background-color: #0B0624;
}
</style>
border-color css
<style>
span { border-color: #0B0624; }
span { border-color: rgb(11,6,36); }
td.TdClassName
{
border-color: #0B0624;
}
.TagClassName
{
border-color: #0B0624;
}
</style>