Shades of Black Russian #030C1C
Tints of Black Russian #030C1C
RGB
CMYK
RGB Variations
Color information
#030C1C (or 0x030C1C) is known color: Black Russian. HEX triplet: 03, 0C and 1C. RGB value is (3,12,28). Sum of RGB (Red+Green+Blue) = 3+12+28=43 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.98% from 43); Green value is 12 (5.08% from 255 or 27.91% from 43); Blue value is 28 (11.33% from 255 or 65.12% from 43); Max value from RGB is 28 - color contains mainly: blue. Hex color #030C1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030C1C is #FCF3E3. Grayscale: #0B0B0B. Windows color (decimal): -16577508 or 1838083. OLE color: 1838083.
HSL color Cylindrical-coordinate representation of color #030C1C: hue angle of 218.4º 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 #030C1C is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 12 | 28 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.89 |
| HSL | 218.4º | 0.81% | 0.06% | - |
| HSV(B) | 218.4º | 0.89% | 0.11% | - |
| XYZ | 0.38 | 0.37 | 1.15 | - |
| YUV | 11.13 | 137.52 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 28 | 0.89 | 0.57 | 0 | 0.89 | 218.4 | 0.81 | 0.06 |
| Hex | 3 | C | 1C | 59 | 39 | 0 | 59 | DA | 51 | 6 |
| Octal | 3 | 14 | 34 | 131 | 71 | 0 | 131 | 332 | 121 | 6 |
| Binary | 11 | 1100 | 11100 | 1011001 | 111001 | 0 | 1011001 | 11011010 | 1010001 | 110 |
Color Harmonies of #030C1C
Complementary color
Monochromatic Colors of #030C1C
Black with #030C1C
Text Example
Text Example
White with #030C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030C1C; }
p { color: rgb(3,12,28); }
H1.HeaderClassName
{
color: #030C1C;
}
.AnyTagClassName
{
color: #030C1C;
}
</style>
background-color css
<style>
a { background-color: #030C1C; }
a { background-color: rgb(3,12,28); }
div.DivClassName
{
background-color: #030C1C;
}
.BgClassName
{
background-color: #030C1C;
}
</style>
border-color css
<style>
span { border-color: #030C1C; }
span { border-color: rgb(3,12,28); }
td.TdClassName
{
border-color: #030C1C;
}
.TagClassName
{
border-color: #030C1C;
}
</style>