Shades of Black Russian #080F23
Tints of Black Russian #080F23
RGB
CMYK
RGB Variations
Color information
#080F23 (or 0x080F23) is known color: Black Russian. HEX triplet: 08, 0F and 23. RGB value is (8,15,35). Sum of RGB (Red+Green+Blue) = 8+15+35=58 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.79% from 58); Green value is 15 (6.25% from 255 or 25.86% from 58); Blue value is 35 (14.06% from 255 or 60.34% from 58); Max value from RGB is 35 - color contains mainly: blue. Hex color #080F23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080F23 is #F7F0DC. Grayscale: #0F0F0F. Windows color (decimal): -16249053 or 2297608. OLE color: 2297608.
HSL color Cylindrical-coordinate representation of color #080F23: hue angle of 224.44º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #080F23 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 8 | 15 | 35 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.86 |
| HSL | 224.44º | 0.63% | 0.08% | - |
| HSV(B) | 224.44º | 0.77% | 0.14% | - |
| XYZ | 0.57 | 0.51 | 1.66 | - |
| YUV | 15.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 15 | 35 | 0.77 | 0.57 | 0 | 0.86 | 224.44 | 0.63 | 0.08 |
| Hex | 8 | F | 23 | 4D | 39 | 0 | 56 | E0 | 3F | 8 |
| Octal | 10 | 17 | 43 | 115 | 71 | 0 | 126 | 340 | 77 | 10 |
| Binary | 1000 | 1111 | 100011 | 1001101 | 111001 | 0 | 1010110 | 11100000 | 111111 | 1000 |
Color Harmonies of #080F23
Complementary color
Monochromatic Colors of #080F23
Black with #080F23
Text Example
Text Example
White with #080F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080F23; }
p { color: rgb(8,15,35); }
H1.HeaderClassName
{
color: #080F23;
}
.AnyTagClassName
{
color: #080F23;
}
</style>
background-color css
<style>
a { background-color: #080F23; }
a { background-color: rgb(8,15,35); }
div.DivClassName
{
background-color: #080F23;
}
.BgClassName
{
background-color: #080F23;
}
</style>
border-color css
<style>
span { border-color: #080F23; }
span { border-color: rgb(8,15,35); }
td.TdClassName
{
border-color: #080F23;
}
.TagClassName
{
border-color: #080F23;
}
</style>