Shades of Black Russian #010824
Tints of Black Russian #010824
RGB
CMYK
RGB Variations
Color information
#010824 (or 0x010824) is known color: Black Russian. HEX triplet: 01, 08 and 24. RGB value is (1,8,36). Sum of RGB (Red+Green+Blue) = 1+8+36=45 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.22% from 45); Green value is 8 (3.52% from 255 or 17.78% from 45); Blue value is 36 (14.45% from 255 or 80% from 45); Max value from RGB is 36 - color contains mainly: blue. Hex color #010824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010824 is #FEF7DB. Grayscale: #080808. Windows color (decimal): -16709596 or 2361345. OLE color: 2361345.
HSL color Cylindrical-coordinate representation of color #010824: hue angle of 228º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #010824 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 1 | 8 | 36 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.86 |
| HSL | 228º | 0.95% | 0.07% | - |
| HSV(B) | 228º | 0.97% | 0.14% | - |
| XYZ | 0.42 | 0.31 | 1.71 | - |
| YUV | 9.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 8 | 36 | 0.97 | 0.78 | 0 | 0.86 | 228 | 0.95 | 0.07 |
| Hex | 1 | 8 | 24 | 61 | 4E | 0 | 56 | E4 | 5F | 7 |
| Octal | 1 | 10 | 44 | 141 | 116 | 0 | 126 | 344 | 137 | 7 |
| Binary | 1 | 1000 | 100100 | 1100001 | 1001110 | 0 | 1010110 | 11100100 | 1011111 | 111 |
Color Harmonies of #010824
Complementary color
Monochromatic Colors of #010824
Black with #010824
Text Example
Text Example
White with #010824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010824; }
p { color: rgb(1,8,36); }
H1.HeaderClassName
{
color: #010824;
}
.AnyTagClassName
{
color: #010824;
}
</style>
background-color css
<style>
a { background-color: #010824; }
a { background-color: rgb(1,8,36); }
div.DivClassName
{
background-color: #010824;
}
.BgClassName
{
background-color: #010824;
}
</style>
border-color css
<style>
span { border-color: #010824; }
span { border-color: rgb(1,8,36); }
td.TdClassName
{
border-color: #010824;
}
.TagClassName
{
border-color: #010824;
}
</style>