Shades of Black Russian #080A1D
Tints of Black Russian #080A1D
RGB
CMYK
RGB Variations
Color information
#080A1D (or 0x080A1D) is known color: Black Russian. HEX triplet: 08, 0A and 1D. RGB value is (8,10,29). Sum of RGB (Red+Green+Blue) = 8+10+29=47 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.02% from 47); Green value is 10 (4.30% from 255 or 21.28% from 47); Blue value is 29 (11.72% from 255 or 61.70% from 47); Max value from RGB is 29 - color contains mainly: blue. Hex color #080A1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080A1D is #F7F5E2. Grayscale: #0B0B0B. Windows color (decimal): -16250339 or 1903112. OLE color: 1903112.
HSL color Cylindrical-coordinate representation of color #080A1D: hue angle of 234.29º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #080A1D is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 10 | 29 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.89 |
| HSL | 234.29º | 0.57% | 0.07% | - |
| HSV(B) | 234.29º | 0.72% | 0.11% | - |
| XYZ | 0.43 | 0.36 | 1.21 | - |
| YUV | 11.57 | 137.84 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 29 | 0.72 | 0.66 | 0 | 0.89 | 234.29 | 0.57 | 0.07 |
| Hex | 8 | A | 1D | 48 | 42 | 0 | 59 | EA | 39 | 7 |
| Octal | 10 | 12 | 35 | 110 | 102 | 0 | 131 | 352 | 71 | 7 |
| Binary | 1000 | 1010 | 11101 | 1001000 | 1000010 | 0 | 1011001 | 11101010 | 111001 | 111 |
Color Harmonies of #080A1D
Complementary color
Monochromatic Colors of #080A1D
Black with #080A1D
Text Example
Text Example
White with #080A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A1D; }
p { color: rgb(8,10,29); }
H1.HeaderClassName
{
color: #080A1D;
}
.AnyTagClassName
{
color: #080A1D;
}
</style>
background-color css
<style>
a { background-color: #080A1D; }
a { background-color: rgb(8,10,29); }
div.DivClassName
{
background-color: #080A1D;
}
.BgClassName
{
background-color: #080A1D;
}
</style>
border-color css
<style>
span { border-color: #080A1D; }
span { border-color: rgb(8,10,29); }
td.TdClassName
{
border-color: #080A1D;
}
.TagClassName
{
border-color: #080A1D;
}
</style>