Shades of Black Russian #03071C
Tints of Black Russian #03071C
RGB
CMYK
RGB Variations
Color information
#03071C (or 0x03071C) is known color: Black Russian. HEX triplet: 03, 07 and 1C. RGB value is (3,7,28). Sum of RGB (Red+Green+Blue) = 3+7+28=38 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.89% from 38); Green value is 7 (3.12% from 255 or 18.42% from 38); Blue value is 28 (11.33% from 255 or 73.68% from 38); Max value from RGB is 28 - color contains mainly: blue. Hex color #03071C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03071C is #FCF8E3. Grayscale: #080808. Windows color (decimal): -16578788 or 1836803. OLE color: 1836803.
HSL color Cylindrical-coordinate representation of color #03071C: hue angle of 230.4º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #03071C is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 7 | 28 | - |
| CMYK | 0.89 | 0.75 | 0 | 0.89 |
| HSL | 230.4º | 0.81% | 0.06% | - |
| HSV(B) | 230.4º | 0.89% | 0.11% | - |
| XYZ | 0.32 | 0.26 | 1.13 | - |
| YUV | 8.2 | 139.17 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 28 | 0.89 | 0.75 | 0 | 0.89 | 230.4 | 0.81 | 0.06 |
| Hex | 3 | 7 | 1C | 59 | 4B | 0 | 59 | E6 | 51 | 6 |
| Octal | 3 | 7 | 34 | 131 | 113 | 0 | 131 | 346 | 121 | 6 |
| Binary | 11 | 111 | 11100 | 1011001 | 1001011 | 0 | 1011001 | 11100110 | 1010001 | 110 |
Color Harmonies of #03071C
Complementary color
Monochromatic Colors of #03071C
Black with #03071C
Text Example
Text Example
White with #03071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03071C; }
p { color: rgb(3,7,28); }
H1.HeaderClassName
{
color: #03071C;
}
.AnyTagClassName
{
color: #03071C;
}
</style>
background-color css
<style>
a { background-color: #03071C; }
a { background-color: rgb(3,7,28); }
div.DivClassName
{
background-color: #03071C;
}
.BgClassName
{
background-color: #03071C;
}
</style>
border-color css
<style>
span { border-color: #03071C; }
span { border-color: rgb(3,7,28); }
td.TdClassName
{
border-color: #03071C;
}
.TagClassName
{
border-color: #03071C;
}
</style>