Shades of Black Russian #00030F
Tints of Black Russian #00030F
RGB
CMYK
RGB Variations
Color information
#00030F (or 0x00030F) is known color: Black Russian. HEX triplet: 00, 03 and 0F. RGB value is (0,3,15). Sum of RGB (Red+Green+Blue) = 0+3+15=18 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 18); Green value is 3 (1.56% from 255 or 16.67% from 18); Blue value is 15 (6.25% from 255 or 83.33% from 18); Max value from RGB is 15 - color contains mainly: blue. Hex color #00030F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00030F is #FFFCF0. Grayscale: #030303. Windows color (decimal): -16776433 or 983808. OLE color: 983808.
HSL color Cylindrical-coordinate representation of color #00030F: hue angle of 228º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00030F is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 0 | 3 | 15 | - |
| CMYK | 1 | 0.80 | 0 | 0.94 |
| HSL | 228º | 1% | 0.03% | - |
| HSV(B) | 228º | 1% | 0.06% | - |
| XYZ | 0.12 | 0.1 | 0.46 | - |
| YUV | 3.47 | 134.51 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 3 | 15 | 1 | 0.80 | 0 | 0.94 | 228 | 1 | 0.03 |
| Hex | 0 | 3 | F | 64 | 50 | 0 | 5E | E4 | 64 | 3 |
| Octal | 0 | 3 | 17 | 144 | 120 | 0 | 136 | 344 | 144 | 3 |
| Binary | 0 | 11 | 1111 | 1100100 | 1010000 | 0 | 1011110 | 11100100 | 1100100 | 11 |
Color Harmonies of #00030F
Complementary color
Monochromatic Colors of #00030F
Black with #00030F
Text Example
Text Example
White with #00030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00030F; }
p { color: rgb(0,3,15); }
H1.HeaderClassName
{
color: #00030F;
}
.AnyTagClassName
{
color: #00030F;
}
</style>
background-color css
<style>
a { background-color: #00030F; }
a { background-color: rgb(0,3,15); }
div.DivClassName
{
background-color: #00030F;
}
.BgClassName
{
background-color: #00030F;
}
</style>
border-color css
<style>
span { border-color: #00030F; }
span { border-color: rgb(0,3,15); }
td.TdClassName
{
border-color: #00030F;
}
.TagClassName
{
border-color: #00030F;
}
</style>