Shades of Black Russian #080C1F
Tints of Black Russian #080C1F
RGB
CMYK
RGB Variations
Color information
#080C1F (or 0x080C1F) is known color: Black Russian. HEX triplet: 08, 0C and 1F. RGB value is (8,12,31). Sum of RGB (Red+Green+Blue) = 8+12+31=51 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.69% from 51); Green value is 12 (5.08% from 255 or 23.53% from 51); Blue value is 31 (12.5% from 255 or 60.78% from 51); Max value from RGB is 31 - color contains mainly: blue. Hex color #080C1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080C1F is #F7F3E0. Grayscale: #0C0C0C. Windows color (decimal): -16249825 or 2034696. OLE color: 2034696.
HSL color Cylindrical-coordinate representation of color #080C1F: hue angle of 229.57º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #080C1F is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 12 | 31 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.88 |
| HSL | 229.57º | 0.59% | 0.08% | - |
| HSV(B) | 229.57º | 0.74% | 0.12% | - |
| XYZ | 0.48 | 0.41 | 1.35 | - |
| YUV | 12.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 31 | 0.74 | 0.61 | 0 | 0.88 | 229.57 | 0.59 | 0.08 |
| Hex | 8 | C | 1F | 4A | 3D | 0 | 58 | E6 | 3B | 8 |
| Octal | 10 | 14 | 37 | 112 | 75 | 0 | 130 | 346 | 73 | 10 |
| Binary | 1000 | 1100 | 11111 | 1001010 | 111101 | 0 | 1011000 | 11100110 | 111011 | 1000 |
Color Harmonies of #080C1F
Complementary color
Monochromatic Colors of #080C1F
Black with #080C1F
Text Example
Text Example
White with #080C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C1F; }
p { color: rgb(8,12,31); }
H1.HeaderClassName
{
color: #080C1F;
}
.AnyTagClassName
{
color: #080C1F;
}
</style>
background-color css
<style>
a { background-color: #080C1F; }
a { background-color: rgb(8,12,31); }
div.DivClassName
{
background-color: #080C1F;
}
.BgClassName
{
background-color: #080C1F;
}
</style>
border-color css
<style>
span { border-color: #080C1F; }
span { border-color: rgb(8,12,31); }
td.TdClassName
{
border-color: #080C1F;
}
.TagClassName
{
border-color: #080C1F;
}
</style>