Shades of Black Russian #020316
Tints of Black Russian #020316
RGB
CMYK
RGB Variations
Color information
#020316 (or 0x020316) is known color: Black Russian. HEX triplet: 02, 03 and 16. RGB value is (2,3,22). Sum of RGB (Red+Green+Blue) = 2+3+22=27 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.41% from 27); Green value is 3 (1.56% from 255 or 11.11% from 27); Blue value is 22 (8.98% from 255 or 81.48% from 27); Max value from RGB is 22 - color contains mainly: blue. Hex color #020316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020316 is #FDFCE9. Grayscale: #040404. Windows color (decimal): -16645354 or 1442562. OLE color: 1442562.
HSL color Cylindrical-coordinate representation of color #020316: hue angle of 237º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #020316 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 3 | 22 | - |
| CMYK | 0.91 | 0.86 | 0 | 0.91 |
| HSL | 237º | 0.83% | 0.05% | - |
| HSV(B) | 237º | 0.91% | 0.09% | - |
| XYZ | 0.2 | 0.14 | 0.77 | - |
| YUV | 4.87 | 137.67 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 3 | 22 | 0.91 | 0.86 | 0 | 0.91 | 237 | 0.83 | 0.05 |
| Hex | 2 | 3 | 16 | 5B | 56 | 0 | 5B | ED | 53 | 5 |
| Octal | 2 | 3 | 26 | 133 | 126 | 0 | 133 | 355 | 123 | 5 |
| Binary | 10 | 11 | 10110 | 1011011 | 1010110 | 0 | 1011011 | 11101101 | 1010011 | 101 |
Color Harmonies of #020316
Complementary color
Monochromatic Colors of #020316
Black with #020316
Text Example
Text Example
White with #020316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020316; }
p { color: rgb(2,3,22); }
H1.HeaderClassName
{
color: #020316;
}
.AnyTagClassName
{
color: #020316;
}
</style>
background-color css
<style>
a { background-color: #020316; }
a { background-color: rgb(2,3,22); }
div.DivClassName
{
background-color: #020316;
}
.BgClassName
{
background-color: #020316;
}
</style>
border-color css
<style>
span { border-color: #020316; }
span { border-color: rgb(2,3,22); }
td.TdClassName
{
border-color: #020316;
}
.TagClassName
{
border-color: #020316;
}
</style>