Shades of Black Russian #03050F
Tints of Black Russian #03050F
RGB
CMYK
RGB Variations
Color information
#03050F (or 0x03050F) is known color: Black Russian. HEX triplet: 03, 05 and 0F. RGB value is (3,5,15). Sum of RGB (Red+Green+Blue) = 3+5+15=23 (3% of max value = 765). Red value is 3 (1.56% from 255 or 13.04% from 23); Green value is 5 (2.34% from 255 or 21.74% from 23); Blue value is 15 (6.25% from 255 or 65.22% from 23); Max value from RGB is 15 - color contains mainly: blue. Hex color #03050F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03050F is #FCFAF0. Grayscale: #050505. Windows color (decimal): -16579313 or 984323. OLE color: 984323.
HSL color Cylindrical-coordinate representation of color #03050F: hue angle of 230º 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 #03050F is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 3 | 5 | 15 | - |
| CMYK | 0.80 | 0.67 | 0 | 0.94 |
| HSL | 230º | 0.67% | 0.04% | - |
| HSV(B) | 230º | 0.8% | 0.06% | - |
| XYZ | 0.18 | 0.16 | 0.47 | - |
| YUV | 5.54 | 133.34 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 5 | 15 | 0.80 | 0.67 | 0 | 0.94 | 230 | 0.67 | 0.04 |
| Hex | 3 | 5 | F | 50 | 43 | 0 | 5E | E6 | 43 | 4 |
| Octal | 3 | 5 | 17 | 120 | 103 | 0 | 136 | 346 | 103 | 4 |
| Binary | 11 | 101 | 1111 | 1010000 | 1000011 | 0 | 1011110 | 11100110 | 1000011 | 100 |
Color Harmonies of #03050F
Complementary color
Monochromatic Colors of #03050F
Black with #03050F
Text Example
Text Example
White with #03050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03050F; }
p { color: rgb(3,5,15); }
H1.HeaderClassName
{
color: #03050F;
}
.AnyTagClassName
{
color: #03050F;
}
</style>
background-color css
<style>
a { background-color: #03050F; }
a { background-color: rgb(3,5,15); }
div.DivClassName
{
background-color: #03050F;
}
.BgClassName
{
background-color: #03050F;
}
</style>
border-color css
<style>
span { border-color: #03050F; }
span { border-color: rgb(3,5,15); }
td.TdClassName
{
border-color: #03050F;
}
.TagClassName
{
border-color: #03050F;
}
</style>