Shades of Black Russian #101327
Tints of Black Russian #101327
RGB
CMYK
RGB Variations
Color information
#101327 (or 0x101327) is known color: Black Russian. HEX triplet: 10, 13 and 27. RGB value is (16,19,39). Sum of RGB (Red+Green+Blue) = 16+19+39=74 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.62% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 39 (15.62% from 255 or 52.70% from 74); Max value from RGB is 39 - color contains mainly: blue. Hex color #101327 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101327 is #EFECD8. Grayscale: #141414. Windows color (decimal): -15723737 or 2560784. OLE color: 2560784.
HSL color Cylindrical-coordinate representation of color #101327: hue angle of 232.17º 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 #101327 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 16 | 19 | 39 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.85 |
| HSL | 232.17º | 0.42% | 0.11% | - |
| HSV(B) | 232.17º | 0.59% | 0.15% | - |
| XYZ | 0.81 | 0.72 | 2.02 | - |
| YUV | 20.38 | 138.51 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 39 | 0.59 | 0.51 | 0 | 0.85 | 232.17 | 0.42 | 0.11 |
| Hex | 10 | 13 | 27 | 3B | 33 | 0 | 55 | E8 | 2A | B |
| Octal | 20 | 23 | 47 | 73 | 63 | 0 | 125 | 350 | 52 | 13 |
| Binary | 10000 | 10011 | 100111 | 111011 | 110011 | 0 | 1010101 | 11101000 | 101010 | 1011 |
Color Harmonies of #101327
Complementary color
Monochromatic Colors of #101327
Black with #101327
Text Example
Text Example
White with #101327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101327; }
p { color: rgb(16,19,39); }
H1.HeaderClassName
{
color: #101327;
}
.AnyTagClassName
{
color: #101327;
}
</style>
background-color css
<style>
a { background-color: #101327; }
a { background-color: rgb(16,19,39); }
div.DivClassName
{
background-color: #101327;
}
.BgClassName
{
background-color: #101327;
}
</style>
border-color css
<style>
span { border-color: #101327; }
span { border-color: rgb(16,19,39); }
td.TdClassName
{
border-color: #101327;
}
.TagClassName
{
border-color: #101327;
}
</style>