Shades of Black Russian #000523
Tints of Black Russian #000523
RGB
CMYK
RGB Variations
Color information
#000523 (or 0x000523) is known color: Black Russian. HEX triplet: 00, 05 and 23. RGB value is (0,5,35). Sum of RGB (Red+Green+Blue) = 0+5+35=40 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 35 (14.06% from 255 or 87.5% from 40); Max value from RGB is 35 - color contains mainly: blue. Hex color #000523 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000523 is #FFFADC. Grayscale: #060606. Windows color (decimal): -16775901 or 2295040. OLE color: 2295040.
HSL color Cylindrical-coordinate representation of color #000523: hue angle of 231.43º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000523 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 5 | 35 | - |
| CMYK | 1 | 0.86 | 0 | 0.86 |
| HSL | 231.43º | 1% | 0.07% | - |
| HSV(B) | 231.43º | 1% | 0.14% | - |
| XYZ | 0.36 | 0.23 | 1.62 | - |
| YUV | 6.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 5 | 35 | 1 | 0.86 | 0 | 0.86 | 231.43 | 1 | 0.07 |
| Hex | 0 | 5 | 23 | 64 | 56 | 0 | 56 | E7 | 64 | 7 |
| Octal | 0 | 5 | 43 | 144 | 126 | 0 | 126 | 347 | 144 | 7 |
| Binary | 0 | 101 | 100011 | 1100100 | 1010110 | 0 | 1010110 | 11100111 | 1100100 | 111 |
Color Harmonies of #000523
Complementary color
Monochromatic Colors of #000523
Black with #000523
Text Example
Text Example
White with #000523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000523; }
p { color: rgb(0,5,35); }
H1.HeaderClassName
{
color: #000523;
}
.AnyTagClassName
{
color: #000523;
}
</style>
background-color css
<style>
a { background-color: #000523; }
a { background-color: rgb(0,5,35); }
div.DivClassName
{
background-color: #000523;
}
.BgClassName
{
background-color: #000523;
}
</style>
border-color css
<style>
span { border-color: #000523; }
span { border-color: rgb(0,5,35); }
td.TdClassName
{
border-color: #000523;
}
.TagClassName
{
border-color: #000523;
}
</style>