Shades of Black Russian #100C2E
Tints of Black Russian #100C2E
RGB
CMYK
RGB Variations
Color information
#100C2E (or 0x100C2E) is known color: Black Russian. HEX triplet: 10, 0C and 2E. RGB value is (16,12,46). Sum of RGB (Red+Green+Blue) = 16+12+46=74 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.62% from 74); Green value is 12 (5.08% from 255 or 16.22% from 74); Blue value is 46 (18.36% from 255 or 62.16% from 74); Max value from RGB is 46 - color contains mainly: blue. Hex color #100C2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100C2E is #EFF3D1. Grayscale: #101010. Windows color (decimal): -15725522 or 3017744. OLE color: 3017744.
HSL color Cylindrical-coordinate representation of color #100C2E: hue angle of 247.06º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #100C2E is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 12 | 46 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.82 |
| HSL | 247.06º | 0.59% | 0.11% | - |
| HSV(B) | 247.06º | 0.74% | 0.18% | - |
| XYZ | 0.84 | 0.57 | 2.65 | - |
| YUV | 17.07 | 144.33 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 46 | 0.65 | 0.74 | 0 | 0.82 | 247.06 | 0.59 | 0.11 |
| Hex | 10 | C | 2E | 41 | 4A | 0 | 52 | F7 | 3B | B |
| Octal | 20 | 14 | 56 | 101 | 112 | 0 | 122 | 367 | 73 | 13 |
| Binary | 10000 | 1100 | 101110 | 1000001 | 1001010 | 0 | 1010010 | 11110111 | 111011 | 1011 |
Color Harmonies of #100C2E
Complementary color
Monochromatic Colors of #100C2E
Black with #100C2E
Text Example
Text Example
White with #100C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100C2E; }
p { color: rgb(16,12,46); }
H1.HeaderClassName
{
color: #100C2E;
}
.AnyTagClassName
{
color: #100C2E;
}
</style>
background-color css
<style>
a { background-color: #100C2E; }
a { background-color: rgb(16,12,46); }
div.DivClassName
{
background-color: #100C2E;
}
.BgClassName
{
background-color: #100C2E;
}
</style>
border-color css
<style>
span { border-color: #100C2E; }
span { border-color: rgb(16,12,46); }
td.TdClassName
{
border-color: #100C2E;
}
.TagClassName
{
border-color: #100C2E;
}
</style>