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