Shades of Black Russian #020318
Tints of Black Russian #020318
RGB
CMYK
RGB Variations
Color information
#020318 (or 0x020318) is known color: Black Russian. HEX triplet: 02, 03 and 18. RGB value is (2,3,24). Sum of RGB (Red+Green+Blue) = 2+3+24=29 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.90% from 29); Green value is 3 (1.56% from 255 or 10.34% from 29); Blue value is 24 (9.77% from 255 or 82.76% from 29); Max value from RGB is 24 - color contains mainly: blue. Hex color #020318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020318 is #FDFCE7. Grayscale: #050505. Windows color (decimal): -16645352 or 1573634. OLE color: 1573634.
HSL color Cylindrical-coordinate representation of color #020318: hue angle of 237.27º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #020318 is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 3 | 24 | - |
| CMYK | 0.92 | 0.88 | 0 | 0.91 |
| HSL | 237.27º | 0.85% | 0.05% | - |
| HSV(B) | 237.27º | 0.92% | 0.09% | - |
| XYZ | 0.22 | 0.14 | 0.88 | - |
| YUV | 5.1 | 138.67 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 3 | 24 | 0.92 | 0.88 | 0 | 0.91 | 237.27 | 0.85 | 0.05 |
| Hex | 2 | 3 | 18 | 5C | 58 | 0 | 5B | ED | 55 | 5 |
| Octal | 2 | 3 | 30 | 134 | 130 | 0 | 133 | 355 | 125 | 5 |
| Binary | 10 | 11 | 11000 | 1011100 | 1011000 | 0 | 1011011 | 11101101 | 1010101 | 101 |
Color Harmonies of #020318
Complementary color
Monochromatic Colors of #020318
Black with #020318
Text Example
Text Example
White with #020318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020318; }
p { color: rgb(2,3,24); }
H1.HeaderClassName
{
color: #020318;
}
.AnyTagClassName
{
color: #020318;
}
</style>
background-color css
<style>
a { background-color: #020318; }
a { background-color: rgb(2,3,24); }
div.DivClassName
{
background-color: #020318;
}
.BgClassName
{
background-color: #020318;
}
</style>
border-color css
<style>
span { border-color: #020318; }
span { border-color: rgb(2,3,24); }
td.TdClassName
{
border-color: #020318;
}
.TagClassName
{
border-color: #020318;
}
</style>