Shades of Black Russian #03081C
Tints of Black Russian #03081C
RGB
CMYK
RGB Variations
Color information
#03081C (or 0x03081C) is known color: Black Russian. HEX triplet: 03, 08 and 1C. RGB value is (3,8,28). Sum of RGB (Red+Green+Blue) = 3+8+28=39 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.69% from 39); Green value is 8 (3.52% from 255 or 20.51% from 39); Blue value is 28 (11.33% from 255 or 71.79% from 39); Max value from RGB is 28 - color contains mainly: blue. Hex color #03081C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03081C is #FCF7E3. Grayscale: #080808. Windows color (decimal): -16578532 or 1837059. OLE color: 1837059.
HSL color Cylindrical-coordinate representation of color #03081C: hue angle of 228º 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 #03081C is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 8 | 28 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.89 |
| HSL | 228º | 0.81% | 0.06% | - |
| HSV(B) | 228º | 0.89% | 0.11% | - |
| XYZ | 0.33 | 0.28 | 1.13 | - |
| YUV | 8.79 | 138.84 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 8 | 28 | 0.89 | 0.71 | 0 | 0.89 | 228 | 0.81 | 0.06 |
| Hex | 3 | 8 | 1C | 59 | 47 | 0 | 59 | E4 | 51 | 6 |
| Octal | 3 | 10 | 34 | 131 | 107 | 0 | 131 | 344 | 121 | 6 |
| Binary | 11 | 1000 | 11100 | 1011001 | 1000111 | 0 | 1011001 | 11100100 | 1010001 | 110 |
Color Harmonies of #03081C
Complementary color
Monochromatic Colors of #03081C
Black with #03081C
Text Example
Text Example
White with #03081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03081C; }
p { color: rgb(3,8,28); }
H1.HeaderClassName
{
color: #03081C;
}
.AnyTagClassName
{
color: #03081C;
}
</style>
background-color css
<style>
a { background-color: #03081C; }
a { background-color: rgb(3,8,28); }
div.DivClassName
{
background-color: #03081C;
}
.BgClassName
{
background-color: #03081C;
}
</style>
border-color css
<style>
span { border-color: #03081C; }
span { border-color: rgb(3,8,28); }
td.TdClassName
{
border-color: #03081C;
}
.TagClassName
{
border-color: #03081C;
}
</style>