Shades of Black Russian #03072A
Tints of Black Russian #03072A
RGB
CMYK
RGB Variations
Color information
#03072A (or 0x03072A) is known color: Black Russian. HEX triplet: 03, 07 and 2A. RGB value is (3,7,42). Sum of RGB (Red+Green+Blue) = 3+7+42=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 42 (16.80% from 255 or 80.77% from 52); Max value from RGB is 42 - color contains mainly: blue. Hex color #03072A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03072A is #FCF8D5. Grayscale: #090909. Windows color (decimal): -16578774 or 2754307. OLE color: 2754307.
HSL color Cylindrical-coordinate representation of color #03072A: hue angle of 233.85º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03072A is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 7 | 42 | - |
| CMYK | 0.93 | 0.83 | 0 | 0.84 |
| HSL | 233.85º | 0.87% | 0.09% | - |
| HSV(B) | 233.85º | 0.93% | 0.16% | - |
| XYZ | 0.53 | 0.34 | 2.23 | - |
| YUV | 9.79 | 146.17 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 42 | 0.93 | 0.83 | 0 | 0.84 | 233.85 | 0.87 | 0.09 |
| Hex | 3 | 7 | 2A | 5D | 53 | 0 | 54 | EA | 57 | 9 |
| Octal | 3 | 7 | 52 | 135 | 123 | 0 | 124 | 352 | 127 | 11 |
| Binary | 11 | 111 | 101010 | 1011101 | 1010011 | 0 | 1010100 | 11101010 | 1010111 | 1001 |
Color Harmonies of #03072A
Complementary color
Monochromatic Colors of #03072A
Black with #03072A
Text Example
Text Example
White with #03072A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03072A; }
p { color: rgb(3,7,42); }
H1.HeaderClassName
{
color: #03072A;
}
.AnyTagClassName
{
color: #03072A;
}
</style>
background-color css
<style>
a { background-color: #03072A; }
a { background-color: rgb(3,7,42); }
div.DivClassName
{
background-color: #03072A;
}
.BgClassName
{
background-color: #03072A;
}
</style>
border-color css
<style>
span { border-color: #03072A; }
span { border-color: rgb(3,7,42); }
td.TdClassName
{
border-color: #03072A;
}
.TagClassName
{
border-color: #03072A;
}
</style>