Shades of Black Russian #030C1E
Tints of Black Russian #030C1E
RGB
CMYK
RGB Variations
Color information
#030C1E (or 0x030C1E) is known color: Black Russian. HEX triplet: 03, 0C and 1E. RGB value is (3,12,30). Sum of RGB (Red+Green+Blue) = 3+12+30=45 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.67% from 45); Green value is 12 (5.08% from 255 or 26.67% from 45); Blue value is 30 (12.11% from 255 or 66.67% from 45); Max value from RGB is 30 - color contains mainly: blue. Hex color #030C1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030C1E is #FCF3E1. Grayscale: #0B0B0B. Windows color (decimal): -16577506 or 1969155. OLE color: 1969155.
HSL color Cylindrical-coordinate representation of color #030C1E: hue angle of 220º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #030C1E is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 3 | 12 | 30 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.88 |
| HSL | 220º | 0.82% | 0.06% | - |
| HSV(B) | 220º | 0.9% | 0.12% | - |
| XYZ | 0.4 | 0.38 | 1.28 | - |
| YUV | 11.36 | 138.52 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 30 | 0.90 | 0.60 | 0 | 0.88 | 220 | 0.82 | 0.06 |
| Hex | 3 | C | 1E | 5A | 3C | 0 | 58 | DC | 52 | 6 |
| Octal | 3 | 14 | 36 | 132 | 74 | 0 | 130 | 334 | 122 | 6 |
| Binary | 11 | 1100 | 11110 | 1011010 | 111100 | 0 | 1011000 | 11011100 | 1010010 | 110 |
Color Harmonies of #030C1E
Complementary color
Monochromatic Colors of #030C1E
Black with #030C1E
Text Example
Text Example
White with #030C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030C1E; }
p { color: rgb(3,12,30); }
H1.HeaderClassName
{
color: #030C1E;
}
.AnyTagClassName
{
color: #030C1E;
}
</style>
background-color css
<style>
a { background-color: #030C1E; }
a { background-color: rgb(3,12,30); }
div.DivClassName
{
background-color: #030C1E;
}
.BgClassName
{
background-color: #030C1E;
}
</style>
border-color css
<style>
span { border-color: #030C1E; }
span { border-color: rgb(3,12,30); }
td.TdClassName
{
border-color: #030C1E;
}
.TagClassName
{
border-color: #030C1E;
}
</style>