Shades of Black Russian #030215
Tints of Black Russian #030215
RGB
CMYK
RGB Variations
Color information
#030215 (or 0x030215) is known color: Black Russian. HEX triplet: 03, 02 and 15. RGB value is (3,2,21). Sum of RGB (Red+Green+Blue) = 3+2+21=26 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.54% from 26); Green value is 2 (1.17% from 255 or 7.69% from 26); Blue value is 21 (8.59% from 255 or 80.77% from 26); Max value from RGB is 21 - color contains mainly: blue. Hex color #030215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030215 is #FCFDEA. Grayscale: #040404. Windows color (decimal): -16580075 or 1376771. OLE color: 1376771.
HSL color Cylindrical-coordinate representation of color #030215: hue angle of 243.16º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #030215 is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 3 | 2 | 21 | - |
| CMYK | 0.86 | 0.90 | 0 | 0.92 |
| HSL | 243.16º | 0.83% | 0.05% | - |
| HSV(B) | 243.16º | 0.9% | 0.08% | - |
| XYZ | 0.19 | 0.12 | 0.72 | - |
| YUV | 4.47 | 137.33 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 2 | 21 | 0.86 | 0.90 | 0 | 0.92 | 243.16 | 0.83 | 0.05 |
| Hex | 3 | 2 | 15 | 56 | 5A | 0 | 5C | F3 | 53 | 5 |
| Octal | 3 | 2 | 25 | 126 | 132 | 0 | 134 | 363 | 123 | 5 |
| Binary | 11 | 10 | 10101 | 1010110 | 1011010 | 0 | 1011100 | 11110011 | 1010011 | 101 |
Color Harmonies of #030215
Complementary color
Monochromatic Colors of #030215
Black with #030215
Text Example
Text Example
White with #030215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030215; }
p { color: rgb(3,2,21); }
H1.HeaderClassName
{
color: #030215;
}
.AnyTagClassName
{
color: #030215;
}
</style>
background-color css
<style>
a { background-color: #030215; }
a { background-color: rgb(3,2,21); }
div.DivClassName
{
background-color: #030215;
}
.BgClassName
{
background-color: #030215;
}
</style>
border-color css
<style>
span { border-color: #030215; }
span { border-color: rgb(3,2,21); }
td.TdClassName
{
border-color: #030215;
}
.TagClassName
{
border-color: #030215;
}
</style>