Shades of Black Russian #080A1B
Tints of Black Russian #080A1B
RGB
CMYK
RGB Variations
Color information
#080A1B (or 0x080A1B) is known color: Black Russian. HEX triplet: 08, 0A and 1B. RGB value is (8,10,27). Sum of RGB (Red+Green+Blue) = 8+10+27=45 (5% of max value = 765). Red value is 8 (3.52% from 255 or 17.78% from 45); Green value is 10 (4.30% from 255 or 22.22% from 45); Blue value is 27 (10.94% from 255 or 60% from 45); Max value from RGB is 27 - color contains mainly: blue. Hex color #080A1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080A1B is #F7F5E4. Grayscale: #0B0B0B. Windows color (decimal): -16250341 or 1772040. OLE color: 1772040.
HSL color Cylindrical-coordinate representation of color #080A1B: hue angle of 233.68º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #080A1B is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 10 | 27 | - |
| CMYK | 0.70 | 0.63 | 0 | 0.89 |
| HSL | 233.68º | 0.54% | 0.07% | - |
| HSV(B) | 233.68º | 0.7% | 0.11% | - |
| XYZ | 0.41 | 0.35 | 1.08 | - |
| YUV | 11.34 | 136.84 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 27 | 0.70 | 0.63 | 0 | 0.89 | 233.68 | 0.54 | 0.07 |
| Hex | 8 | A | 1B | 46 | 3F | 0 | 59 | EA | 36 | 7 |
| Octal | 10 | 12 | 33 | 106 | 77 | 0 | 131 | 352 | 66 | 7 |
| Binary | 1000 | 1010 | 11011 | 1000110 | 111111 | 0 | 1011001 | 11101010 | 110110 | 111 |
Color Harmonies of #080A1B
Complementary color
Monochromatic Colors of #080A1B
Black with #080A1B
Text Example
Text Example
White with #080A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A1B; }
p { color: rgb(8,10,27); }
H1.HeaderClassName
{
color: #080A1B;
}
.AnyTagClassName
{
color: #080A1B;
}
</style>
background-color css
<style>
a { background-color: #080A1B; }
a { background-color: rgb(8,10,27); }
div.DivClassName
{
background-color: #080A1B;
}
.BgClassName
{
background-color: #080A1B;
}
</style>
border-color css
<style>
span { border-color: #080A1B; }
span { border-color: rgb(8,10,27); }
td.TdClassName
{
border-color: #080A1B;
}
.TagClassName
{
border-color: #080A1B;
}
</style>