Shades of Black Russian #03082C
Tints of Black Russian #03082C
RGB
CMYK
RGB Variations
Color information
#03082C (or 0x03082C) is known color: Black Russian. HEX triplet: 03, 08 and 2C. RGB value is (3,8,44). Sum of RGB (Red+Green+Blue) = 3+8+44=55 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.45% from 55); Green value is 8 (3.52% from 255 or 14.55% from 55); Blue value is 44 (17.58% from 255 or 80% from 55); Max value from RGB is 44 - color contains mainly: blue. Hex color #03082C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03082C is #FCF7D3. Grayscale: #0A0A0A. Windows color (decimal): -16578516 or 2885635. OLE color: 2885635.
HSL color Cylindrical-coordinate representation of color #03082C: hue angle of 232.68º 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 #03082C is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 3 | 8 | 44 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.83 |
| HSL | 232.68º | 0.87% | 0.09% | - |
| HSV(B) | 232.68º | 0.93% | 0.17% | - |
| XYZ | 0.58 | 0.37 | 2.42 | - |
| YUV | 10.61 | 146.84 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 8 | 44 | 0.93 | 0.82 | 0 | 0.83 | 232.68 | 0.87 | 0.09 |
| Hex | 3 | 8 | 2C | 5D | 52 | 0 | 53 | E9 | 57 | 9 |
| Octal | 3 | 10 | 54 | 135 | 122 | 0 | 123 | 351 | 127 | 11 |
| Binary | 11 | 1000 | 101100 | 1011101 | 1010010 | 0 | 1010011 | 11101001 | 1010111 | 1001 |
Color Harmonies of #03082C
Complementary color
Monochromatic Colors of #03082C
Black with #03082C
Text Example
Text Example
White with #03082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03082C; }
p { color: rgb(3,8,44); }
H1.HeaderClassName
{
color: #03082C;
}
.AnyTagClassName
{
color: #03082C;
}
</style>
background-color css
<style>
a { background-color: #03082C; }
a { background-color: rgb(3,8,44); }
div.DivClassName
{
background-color: #03082C;
}
.BgClassName
{
background-color: #03082C;
}
</style>
border-color css
<style>
span { border-color: #03082C; }
span { border-color: rgb(3,8,44); }
td.TdClassName
{
border-color: #03082C;
}
.TagClassName
{
border-color: #03082C;
}
</style>