Shades of Black Russian #02030D
Tints of Black Russian #02030D
RGB
CMYK
RGB Variations
Color information
#02030D (or 0x02030D) is known color: Black Russian. HEX triplet: 02, 03 and 0D. RGB value is (2,3,13). Sum of RGB (Red+Green+Blue) = 2+3+13=18 (2% of max value = 765). Red value is 2 (1.17% from 255 or 11.11% from 18); Green value is 3 (1.56% from 255 or 16.67% from 18); Blue value is 13 (5.47% from 255 or 72.22% from 18); Max value from RGB is 13 - color contains mainly: blue. Hex color #02030D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02030D is #FDFCF2. Grayscale: #030303. Windows color (decimal): -16645363 or 852738. OLE color: 852738.
HSL color Cylindrical-coordinate representation of color #02030D: hue angle of 234.55º degrees, saturation: 0.73, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #02030D is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 2 | 3 | 13 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.95 |
| HSL | 234.55º | 0.73% | 0.03% | - |
| HSV(B) | 234.55º | 0.85% | 0.05% | - |
| XYZ | 0.13 | 0.11 | 0.39 | - |
| YUV | 3.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 3 | 13 | 0.85 | 0.77 | 0 | 0.95 | 234.55 | 0.73 | 0.03 |
| Hex | 2 | 3 | D | 55 | 4D | 0 | 5F | EB | 49 | 3 |
| Octal | 2 | 3 | 15 | 125 | 115 | 0 | 137 | 353 | 111 | 3 |
| Binary | 10 | 11 | 1101 | 1010101 | 1001101 | 0 | 1011111 | 11101011 | 1001001 | 11 |
Color Harmonies of #02030D
Complementary color
Monochromatic Colors of #02030D
Black with #02030D
Text Example
Text Example
White with #02030D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02030D; }
p { color: rgb(2,3,13); }
H1.HeaderClassName
{
color: #02030D;
}
.AnyTagClassName
{
color: #02030D;
}
</style>
background-color css
<style>
a { background-color: #02030D; }
a { background-color: rgb(2,3,13); }
div.DivClassName
{
background-color: #02030D;
}
.BgClassName
{
background-color: #02030D;
}
</style>
border-color css
<style>
span { border-color: #02030D; }
span { border-color: rgb(2,3,13); }
td.TdClassName
{
border-color: #02030D;
}
.TagClassName
{
border-color: #02030D;
}
</style>