Shades of Black Russian #03060D
Tints of Black Russian #03060D
RGB
CMYK
RGB Variations
Color information
#03060D (or 0x03060D) is known color: Black Russian. HEX triplet: 03, 06 and 0D. RGB value is (3,6,13). Sum of RGB (Red+Green+Blue) = 3+6+13=22 (2% of max value = 765). Red value is 3 (1.56% from 255 or 13.64% from 22); Green value is 6 (2.73% from 255 or 27.27% from 22); Blue value is 13 (5.47% from 255 or 59.09% from 22); Max value from RGB is 13 - color contains mainly: blue. Hex color #03060D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03060D is #FCF9F2. Grayscale: #050505. Windows color (decimal): -16579059 or 853507. OLE color: 853507.
HSL color Cylindrical-coordinate representation of color #03060D: hue angle of 222º degrees, saturation: 0.62, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #03060D is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 3 | 6 | 13 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.95 |
| HSL | 222º | 0.63% | 0.03% | - |
| HSV(B) | 222º | 0.77% | 0.05% | - |
| XYZ | 0.18 | 0.18 | 0.41 | - |
| YUV | 5.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 6 | 13 | 0.77 | 0.54 | 0 | 0.95 | 222 | 0.63 | 0.03 |
| Hex | 3 | 6 | D | 4D | 36 | 0 | 5F | DE | 3E | 3 |
| Octal | 3 | 6 | 15 | 115 | 66 | 0 | 137 | 336 | 76 | 3 |
| Binary | 11 | 110 | 1101 | 1001101 | 110110 | 0 | 1011111 | 11011110 | 111110 | 11 |
Color Harmonies of #03060D
Complementary color
Monochromatic Colors of #03060D
Black with #03060D
Text Example
Text Example
White with #03060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03060D; }
p { color: rgb(3,6,13); }
H1.HeaderClassName
{
color: #03060D;
}
.AnyTagClassName
{
color: #03060D;
}
</style>
background-color css
<style>
a { background-color: #03060D; }
a { background-color: rgb(3,6,13); }
div.DivClassName
{
background-color: #03060D;
}
.BgClassName
{
background-color: #03060D;
}
</style>
border-color css
<style>
span { border-color: #03060D; }
span { border-color: rgb(3,6,13); }
td.TdClassName
{
border-color: #03060D;
}
.TagClassName
{
border-color: #03060D;
}
</style>