Shades of Black Russian #010C27
Tints of Black Russian #010C27
RGB
CMYK
RGB Variations
Color information
#010C27 (or 0x010C27) is known color: Black Russian. HEX triplet: 01, 0C and 27. RGB value is (1,12,39). Sum of RGB (Red+Green+Blue) = 1+12+39=52 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.92% from 52); Green value is 12 (5.08% from 255 or 23.08% from 52); Blue value is 39 (15.62% from 255 or 75% from 52); Max value from RGB is 39 - color contains mainly: blue. Hex color #010C27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010C27 is #FEF3D8. Grayscale: #0B0B0B. Windows color (decimal): -16708569 or 2558977. OLE color: 2558977.
HSL color Cylindrical-coordinate representation of color #010C27: hue angle of 222.63º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #010C27 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 12 | 39 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.85 |
| HSL | 222.63º | 0.95% | 0.08% | - |
| HSV(B) | 222.63º | 0.97% | 0.15% | - |
| XYZ | 0.51 | 0.42 | 1.97 | - |
| YUV | 11.79 | 143.36 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 12 | 39 | 0.97 | 0.69 | 0 | 0.85 | 222.63 | 0.95 | 0.08 |
| Hex | 1 | C | 27 | 61 | 45 | 0 | 55 | DF | 5F | 8 |
| Octal | 1 | 14 | 47 | 141 | 105 | 0 | 125 | 337 | 137 | 10 |
| Binary | 1 | 1100 | 100111 | 1100001 | 1000101 | 0 | 1010101 | 11011111 | 1011111 | 1000 |
Color Harmonies of #010C27
Complementary color
Monochromatic Colors of #010C27
Black with #010C27
Text Example
Text Example
White with #010C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010C27; }
p { color: rgb(1,12,39); }
H1.HeaderClassName
{
color: #010C27;
}
.AnyTagClassName
{
color: #010C27;
}
</style>
background-color css
<style>
a { background-color: #010C27; }
a { background-color: rgb(1,12,39); }
div.DivClassName
{
background-color: #010C27;
}
.BgClassName
{
background-color: #010C27;
}
</style>
border-color css
<style>
span { border-color: #010C27; }
span { border-color: rgb(1,12,39); }
td.TdClassName
{
border-color: #010C27;
}
.TagClassName
{
border-color: #010C27;
}
</style>