Shades of Black Russian #000318
Tints of Black Russian #000318
RGB
CMYK
RGB Variations
Color information
#000318 (or 0x000318) is known color: Black Russian. HEX triplet: 00, 03 and 18. RGB value is (0,3,24). Sum of RGB (Red+Green+Blue) = 0+3+24=27 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 27); Green value is 3 (1.56% from 255 or 11.11% from 27); Blue value is 24 (9.77% from 255 or 88.89% from 27); Max value from RGB is 24 - color contains mainly: blue. Hex color #000318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000318 is #FFFCE7. Grayscale: #040404. Windows color (decimal): -16776424 or 1573632. OLE color: 1573632.
HSL color Cylindrical-coordinate representation of color #000318: hue angle of 232.5º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000318 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 3 | 24 | - |
| CMYK | 1 | 0.88 | 0 | 0.91 |
| HSL | 232.5º | 1% | 0.05% | - |
| HSV(B) | 232.5º | 1% | 0.09% | - |
| XYZ | 0.2 | 0.13 | 0.88 | - |
| YUV | 4.5 | 139.01 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 3 | 24 | 1 | 0.88 | 0 | 0.91 | 232.5 | 1 | 0.05 |
| Hex | 0 | 3 | 18 | 64 | 58 | 0 | 5B | E8 | 64 | 5 |
| Octal | 0 | 3 | 30 | 144 | 130 | 0 | 133 | 350 | 144 | 5 |
| Binary | 0 | 11 | 11000 | 1100100 | 1011000 | 0 | 1011011 | 11101000 | 1100100 | 101 |
Color Harmonies of #000318
Complementary color
Monochromatic Colors of #000318
Black with #000318
Text Example
Text Example
White with #000318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000318; }
p { color: rgb(0,3,24); }
H1.HeaderClassName
{
color: #000318;
}
.AnyTagClassName
{
color: #000318;
}
</style>
background-color css
<style>
a { background-color: #000318; }
a { background-color: rgb(0,3,24); }
div.DivClassName
{
background-color: #000318;
}
.BgClassName
{
background-color: #000318;
}
</style>
border-color css
<style>
span { border-color: #000318; }
span { border-color: rgb(0,3,24); }
td.TdClassName
{
border-color: #000318;
}
.TagClassName
{
border-color: #000318;
}
</style>