Shades of Black Russian #080D1C
Tints of Black Russian #080D1C
RGB
CMYK
RGB Variations
Color information
#080D1C (or 0x080D1C) is known color: Black Russian. HEX triplet: 08, 0D and 1C. RGB value is (8,13,28). Sum of RGB (Red+Green+Blue) = 8+13+28=49 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.33% from 49); Green value is 13 (5.47% from 255 or 26.53% from 49); Blue value is 28 (11.33% from 255 or 57.14% from 49); Max value from RGB is 28 - color contains mainly: blue. Hex color #080D1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080D1C is #F7F2E3. Grayscale: #0D0D0D. Windows color (decimal): -16249572 or 1838344. OLE color: 1838344.
HSL color Cylindrical-coordinate representation of color #080D1C: hue angle of 225º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #080D1C is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 13 | 28 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.89 |
| HSL | 225º | 0.56% | 0.07% | - |
| HSV(B) | 225º | 0.71% | 0.11% | - |
| XYZ | 0.45 | 0.42 | 1.16 | - |
| YUV | 13.22 | 136.34 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 28 | 0.71 | 0.54 | 0 | 0.89 | 225 | 0.56 | 0.07 |
| Hex | 8 | D | 1C | 47 | 36 | 0 | 59 | E1 | 38 | 7 |
| Octal | 10 | 15 | 34 | 107 | 66 | 0 | 131 | 341 | 70 | 7 |
| Binary | 1000 | 1101 | 11100 | 1000111 | 110110 | 0 | 1011001 | 11100001 | 111000 | 111 |
Color Harmonies of #080D1C
Complementary color
Monochromatic Colors of #080D1C
Black with #080D1C
Text Example
Text Example
White with #080D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D1C; }
p { color: rgb(8,13,28); }
H1.HeaderClassName
{
color: #080D1C;
}
.AnyTagClassName
{
color: #080D1C;
}
</style>
background-color css
<style>
a { background-color: #080D1C; }
a { background-color: rgb(8,13,28); }
div.DivClassName
{
background-color: #080D1C;
}
.BgClassName
{
background-color: #080D1C;
}
</style>
border-color css
<style>
span { border-color: #080D1C; }
span { border-color: rgb(8,13,28); }
td.TdClassName
{
border-color: #080D1C;
}
.TagClassName
{
border-color: #080D1C;
}
</style>