Shades of Black Russian #030812
Tints of Black Russian #030812
RGB
CMYK
RGB Variations
Color information
#030812 (or 0x030812) is known color: Black Russian. HEX triplet: 03, 08 and 12. RGB value is (3,8,18). Sum of RGB (Red+Green+Blue) = 3+8+18=29 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.34% from 29); Green value is 8 (3.52% from 255 or 27.59% from 29); Blue value is 18 (7.42% from 255 or 62.07% from 29); Max value from RGB is 18 - color contains mainly: blue. Hex color #030812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030812 is #FCF7ED. Grayscale: #070707. Windows color (decimal): -16578542 or 1181699. OLE color: 1181699.
HSL color Cylindrical-coordinate representation of color #030812: hue angle of 220º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #030812 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 8 | 18 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.93 |
| HSL | 220º | 0.71% | 0.04% | - |
| HSV(B) | 220º | 0.83% | 0.07% | - |
| XYZ | 0.23 | 0.24 | 0.61 | - |
| YUV | 7.65 | 133.84 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 8 | 18 | 0.83 | 0.56 | 0 | 0.93 | 220 | 0.71 | 0.04 |
| Hex | 3 | 8 | 12 | 53 | 38 | 0 | 5D | DC | 47 | 4 |
| Octal | 3 | 10 | 22 | 123 | 70 | 0 | 135 | 334 | 107 | 4 |
| Binary | 11 | 1000 | 10010 | 1010011 | 111000 | 0 | 1011101 | 11011100 | 1000111 | 100 |
Color Harmonies of #030812
Complementary color
Monochromatic Colors of #030812
Black with #030812
Text Example
Text Example
White with #030812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030812; }
p { color: rgb(3,8,18); }
H1.HeaderClassName
{
color: #030812;
}
.AnyTagClassName
{
color: #030812;
}
</style>
background-color css
<style>
a { background-color: #030812; }
a { background-color: rgb(3,8,18); }
div.DivClassName
{
background-color: #030812;
}
.BgClassName
{
background-color: #030812;
}
</style>
border-color css
<style>
span { border-color: #030812; }
span { border-color: rgb(3,8,18); }
td.TdClassName
{
border-color: #030812;
}
.TagClassName
{
border-color: #030812;
}
</style>