Shades of Black Russian #030A18
Tints of Black Russian #030A18
RGB
CMYK
RGB Variations
Color information
#030A18 (or 0x030A18) is known color: Black Russian. HEX triplet: 03, 0A and 18. RGB value is (3,10,24). Sum of RGB (Red+Green+Blue) = 3+10+24=37 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.11% from 37); Green value is 10 (4.30% from 255 or 27.03% from 37); Blue value is 24 (9.77% from 255 or 64.86% from 37); Max value from RGB is 24 - color contains mainly: blue. Hex color #030A18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030A18 is #FCF5E7. Grayscale: #090909. Windows color (decimal): -16578024 or 1575427. OLE color: 1575427.
HSL color Cylindrical-coordinate representation of color #030A18: hue angle of 220º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #030A18 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 3 | 10 | 24 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.91 |
| HSL | 220º | 0.78% | 0.05% | - |
| HSV(B) | 220º | 0.88% | 0.09% | - |
| XYZ | 0.31 | 0.3 | 0.91 | - |
| YUV | 9.5 | 136.18 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 10 | 24 | 0.88 | 0.58 | 0 | 0.91 | 220 | 0.78 | 0.05 |
| Hex | 3 | A | 18 | 58 | 3A | 0 | 5B | DC | 4E | 5 |
| Octal | 3 | 12 | 30 | 130 | 72 | 0 | 133 | 334 | 116 | 5 |
| Binary | 11 | 1010 | 11000 | 1011000 | 111010 | 0 | 1011011 | 11011100 | 1001110 | 101 |
Color Harmonies of #030A18
Complementary color
Monochromatic Colors of #030A18
Black with #030A18
Text Example
Text Example
White with #030A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030A18; }
p { color: rgb(3,10,24); }
H1.HeaderClassName
{
color: #030A18;
}
.AnyTagClassName
{
color: #030A18;
}
</style>
background-color css
<style>
a { background-color: #030A18; }
a { background-color: rgb(3,10,24); }
div.DivClassName
{
background-color: #030A18;
}
.BgClassName
{
background-color: #030A18;
}
</style>
border-color css
<style>
span { border-color: #030A18; }
span { border-color: rgb(3,10,24); }
td.TdClassName
{
border-color: #030A18;
}
.TagClassName
{
border-color: #030A18;
}
</style>