Shades of Black Russian #00030C
Tints of Black Russian #00030C
RGB
CMYK
RGB Variations
Color information
#00030C (or 0x00030C) is known color: Black Russian. HEX triplet: 00, 03 and 0C. RGB value is (0,3,12). Sum of RGB (Red+Green+Blue) = 0+3+12=15 (1% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 15); Green value is 3 (1.56% from 255 or 20% from 15); Blue value is 12 (5.08% from 255 or 80% from 15); Max value from RGB is 12 - color contains mainly: blue. Hex color #00030C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00030C is #FFFCF3. Grayscale: #030303. Windows color (decimal): -16776436 or 787200. OLE color: 787200.
HSL color Cylindrical-coordinate representation of color #00030C: hue angle of 225º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00030C is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 0 | 3 | 12 | - |
| CMYK | 1 | 0.75 | 0 | 0.95 |
| HSL | 225º | 1% | 0.02% | - |
| HSV(B) | 225º | 1% | 0.05% | - |
| XYZ | 0.1 | 0.09 | 0.36 | - |
| YUV | 3.13 | 133.01 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 3 | 12 | 1 | 0.75 | 0 | 0.95 | 225 | 1 | 0.02 |
| Hex | 0 | 3 | C | 64 | 4B | 0 | 5F | E1 | 64 | 2 |
| Octal | 0 | 3 | 14 | 144 | 113 | 0 | 137 | 341 | 144 | 2 |
| Binary | 0 | 11 | 1100 | 1100100 | 1001011 | 0 | 1011111 | 11100001 | 1100100 | 10 |
Color Harmonies of #00030C
Complementary color
Monochromatic Colors of #00030C
Black with #00030C
Text Example
Text Example
White with #00030C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00030C; }
p { color: rgb(0,3,12); }
H1.HeaderClassName
{
color: #00030C;
}
.AnyTagClassName
{
color: #00030C;
}
</style>
background-color css
<style>
a { background-color: #00030C; }
a { background-color: rgb(0,3,12); }
div.DivClassName
{
background-color: #00030C;
}
.BgClassName
{
background-color: #00030C;
}
</style>
border-color css
<style>
span { border-color: #00030C; }
span { border-color: rgb(0,3,12); }
td.TdClassName
{
border-color: #00030C;
}
.TagClassName
{
border-color: #00030C;
}
</style>