Shades of Black Russian #03030F
Tints of Black Russian #03030F
RGB
CMYK
RGB Variations
Color information
#03030F (or 0x03030F) is known color: Black Russian. HEX triplet: 03, 03 and 0F. RGB value is (3,3,15). Sum of RGB (Red+Green+Blue) = 3+3+15=21 (2% of max value = 765). Red value is 3 (1.56% from 255 or 14.29% from 21); Green value is 3 (1.56% from 255 or 14.29% from 21); Blue value is 15 (6.25% from 255 or 71.43% from 21); Max value from RGB is 15 - color contains mainly: blue. Hex color #03030F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03030F is #FCFCF0. Grayscale: #040404. Windows color (decimal): -16579825 or 983811. OLE color: 983811.
HSL color Cylindrical-coordinate representation of color #03030F: hue angle of 240º degrees, saturation: 0.67, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #03030F is Cyan = 0.80, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 3 | 3 | 15 | - |
| CMYK | 0.80 | 0.80 | 0 | 0.94 |
| HSL | 240º | 0.67% | 0.04% | - |
| HSV(B) | 240º | 0.8% | 0.06% | - |
| XYZ | 0.16 | 0.12 | 0.47 | - |
| YUV | 4.37 | 134 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 3 | 15 | 0.80 | 0.80 | 0 | 0.94 | 240 | 0.67 | 0.04 |
| Hex | 3 | 3 | F | 50 | 50 | 0 | 5E | F0 | 43 | 4 |
| Octal | 3 | 3 | 17 | 120 | 120 | 0 | 136 | 360 | 103 | 4 |
| Binary | 11 | 11 | 1111 | 1010000 | 1010000 | 0 | 1011110 | 11110000 | 1000011 | 100 |
Color Harmonies of #03030F
Complementary color
Monochromatic Colors of #03030F
Black with #03030F
Text Example
Text Example
White with #03030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03030F; }
p { color: rgb(3,3,15); }
H1.HeaderClassName
{
color: #03030F;
}
.AnyTagClassName
{
color: #03030F;
}
</style>
background-color css
<style>
a { background-color: #03030F; }
a { background-color: rgb(3,3,15); }
div.DivClassName
{
background-color: #03030F;
}
.BgClassName
{
background-color: #03030F;
}
</style>
border-color css
<style>
span { border-color: #03030F; }
span { border-color: rgb(3,3,15); }
td.TdClassName
{
border-color: #03030F;
}
.TagClassName
{
border-color: #03030F;
}
</style>