Shades of Black Russian #010C24
Tints of Black Russian #010C24
RGB
CMYK
RGB Variations
Color information
#010C24 (or 0x010C24) is known color: Black Russian. HEX triplet: 01, 0C and 24. RGB value is (1,12,36). Sum of RGB (Red+Green+Blue) = 1+12+36=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 12 (5.08% from 255 or 24.49% from 49); Blue value is 36 (14.45% from 255 or 73.47% from 49); Max value from RGB is 36 - color contains mainly: blue. Hex color #010C24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010C24 is #FEF3DB. Grayscale: #0B0B0B. Windows color (decimal): -16708572 or 2362369. OLE color: 2362369.
HSL color Cylindrical-coordinate representation of color #010C24: hue angle of 221.14º 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 #010C24 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 1 | 12 | 36 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.86 |
| HSL | 221.14º | 0.95% | 0.07% | - |
| HSV(B) | 221.14º | 0.97% | 0.14% | - |
| XYZ | 0.46 | 0.4 | 1.72 | - |
| YUV | 11.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 36 | 0.97 | 0.67 | 0 | 0.86 | 221.14 | 0.95 | 0.07 |
| Hex | 1 | C | 24 | 61 | 43 | 0 | 56 | DD | 5F | 7 |
| Octal | 1 | 14 | 44 | 141 | 103 | 0 | 126 | 335 | 137 | 7 |
| Binary | 1 | 1100 | 100100 | 1100001 | 1000011 | 0 | 1010110 | 11011101 | 1011111 | 111 |
Color Harmonies of #010C24
Complementary color
Monochromatic Colors of #010C24
Black with #010C24
Text Example
Text Example
White with #010C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C24; }
p { color: rgb(1,12,36); }
H1.HeaderClassName
{
color: #010C24;
}
.AnyTagClassName
{
color: #010C24;
}
</style>
background-color css
<style>
a { background-color: #010C24; }
a { background-color: rgb(1,12,36); }
div.DivClassName
{
background-color: #010C24;
}
.BgClassName
{
background-color: #010C24;
}
</style>
border-color css
<style>
span { border-color: #010C24; }
span { border-color: rgb(1,12,36); }
td.TdClassName
{
border-color: #010C24;
}
.TagClassName
{
border-color: #010C24;
}
</style>