Shades of Black Russian #080C2F
Tints of Black Russian #080C2F
RGB
CMYK
RGB Variations
Color information
#080C2F (or 0x080C2F) is known color: Black Russian. HEX triplet: 08, 0C and 2F. RGB value is (8,12,47). Sum of RGB (Red+Green+Blue) = 8+12+47=67 (8% of max value = 765). Red value is 8 (3.52% from 255 or 11.94% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 47 (18.75% from 255 or 70.15% from 67); Max value from RGB is 47 - color contains mainly: blue. Hex color #080C2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080C2F is #F7F3D0. Grayscale: #0E0E0E. Windows color (decimal): -16249809 or 3083272. OLE color: 3083272.
HSL color Cylindrical-coordinate representation of color #080C2F: hue angle of 233.85º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #080C2F is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 12 | 47 | - |
| CMYK | 0.83 | 0.74 | 0 | 0.82 |
| HSL | 233.85º | 0.71% | 0.11% | - |
| HSV(B) | 233.85º | 0.83% | 0.18% | - |
| XYZ | 0.74 | 0.52 | 2.75 | - |
| YUV | 14.79 | 146.17 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 12 | 47 | 0.83 | 0.74 | 0 | 0.82 | 233.85 | 0.71 | 0.11 |
| Hex | 8 | C | 2F | 53 | 4A | 0 | 52 | EA | 47 | B |
| Octal | 10 | 14 | 57 | 123 | 112 | 0 | 122 | 352 | 107 | 13 |
| Binary | 1000 | 1100 | 101111 | 1010011 | 1001010 | 0 | 1010010 | 11101010 | 1000111 | 1011 |
Color Harmonies of #080C2F
Complementary color
Monochromatic Colors of #080C2F
Black with #080C2F
Text Example
Text Example
White with #080C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C2F; }
p { color: rgb(8,12,47); }
H1.HeaderClassName
{
color: #080C2F;
}
.AnyTagClassName
{
color: #080C2F;
}
</style>
background-color css
<style>
a { background-color: #080C2F; }
a { background-color: rgb(8,12,47); }
div.DivClassName
{
background-color: #080C2F;
}
.BgClassName
{
background-color: #080C2F;
}
</style>
border-color css
<style>
span { border-color: #080C2F; }
span { border-color: rgb(8,12,47); }
td.TdClassName
{
border-color: #080C2F;
}
.TagClassName
{
border-color: #080C2F;
}
</style>