Shades of Black Russian #030614
Tints of Black Russian #030614
RGB
CMYK
RGB Variations
Color information
#030614 (or 0x030614) is known color: Black Russian. HEX triplet: 03, 06 and 14. RGB value is (3,6,20). Sum of RGB (Red+Green+Blue) = 3+6+20=29 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.34% from 29); Green value is 6 (2.73% from 255 or 20.69% from 29); Blue value is 20 (8.20% from 255 or 68.97% from 29); Max value from RGB is 20 - color contains mainly: blue. Hex color #030614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030614 is #FCF9EB. Grayscale: #060606. Windows color (decimal): -16579052 or 1312259. OLE color: 1312259.
HSL color Cylindrical-coordinate representation of color #030614: hue angle of 229.41º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #030614 is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 3 | 6 | 20 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.92 |
| HSL | 229.41º | 0.74% | 0.05% | - |
| HSV(B) | 229.41º | 0.85% | 0.08% | - |
| XYZ | 0.23 | 0.2 | 0.69 | - |
| YUV | 6.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 6 | 20 | 0.85 | 0.70 | 0 | 0.92 | 229.41 | 0.74 | 0.05 |
| Hex | 3 | 6 | 14 | 55 | 46 | 0 | 5C | E5 | 4A | 5 |
| Octal | 3 | 6 | 24 | 125 | 106 | 0 | 134 | 345 | 112 | 5 |
| Binary | 11 | 110 | 10100 | 1010101 | 1000110 | 0 | 1011100 | 11100101 | 1001010 | 101 |
Color Harmonies of #030614
Complementary color
Monochromatic Colors of #030614
Black with #030614
Text Example
Text Example
White with #030614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030614; }
p { color: rgb(3,6,20); }
H1.HeaderClassName
{
color: #030614;
}
.AnyTagClassName
{
color: #030614;
}
</style>
background-color css
<style>
a { background-color: #030614; }
a { background-color: rgb(3,6,20); }
div.DivClassName
{
background-color: #030614;
}
.BgClassName
{
background-color: #030614;
}
</style>
border-color css
<style>
span { border-color: #030614; }
span { border-color: rgb(3,6,20); }
td.TdClassName
{
border-color: #030614;
}
.TagClassName
{
border-color: #030614;
}
</style>