Shades of Black Russian #101427
Tints of Black Russian #101427
RGB
CMYK
RGB Variations
Color information
#101427 (or 0x101427) is known color: Black Russian. HEX triplet: 10, 14 and 27. RGB value is (16,20,39). Sum of RGB (Red+Green+Blue) = 16+20+39=75 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.33% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 39 (15.62% from 255 or 52% from 75); Max value from RGB is 39 - color contains mainly: blue. Hex color #101427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101427 is #EFEBD8. Grayscale: #141414. Windows color (decimal): -15723481 or 2561040. OLE color: 2561040.
HSL color Cylindrical-coordinate representation of color #101427: hue angle of 229.57º degrees, saturation: 0.42, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #101427 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 16 | 20 | 39 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.85 |
| HSL | 229.57º | 0.42% | 0.11% | - |
| HSV(B) | 229.57º | 0.59% | 0.15% | - |
| XYZ | 0.83 | 0.76 | 2.02 | - |
| YUV | 20.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 39 | 0.59 | 0.49 | 0 | 0.85 | 229.57 | 0.42 | 0.11 |
| Hex | 10 | 14 | 27 | 3B | 31 | 0 | 55 | E6 | 2A | B |
| Octal | 20 | 24 | 47 | 73 | 61 | 0 | 125 | 346 | 52 | 13 |
| Binary | 10000 | 10100 | 100111 | 111011 | 110001 | 0 | 1010101 | 11100110 | 101010 | 1011 |
Color Harmonies of #101427
Complementary color
Monochromatic Colors of #101427
Black with #101427
Text Example
Text Example
White with #101427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101427; }
p { color: rgb(16,20,39); }
H1.HeaderClassName
{
color: #101427;
}
.AnyTagClassName
{
color: #101427;
}
</style>
background-color css
<style>
a { background-color: #101427; }
a { background-color: rgb(16,20,39); }
div.DivClassName
{
background-color: #101427;
}
.BgClassName
{
background-color: #101427;
}
</style>
border-color css
<style>
span { border-color: #101427; }
span { border-color: rgb(16,20,39); }
td.TdClassName
{
border-color: #101427;
}
.TagClassName
{
border-color: #101427;
}
</style>