Shades of Black Russian #100D2A
Tints of Black Russian #100D2A
RGB
CMYK
RGB Variations
Color information
#100D2A (or 0x100D2A) is known color: Black Russian. HEX triplet: 10, 0D and 2A. RGB value is (16,13,42). Sum of RGB (Red+Green+Blue) = 16+13+42=71 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.54% from 71); Green value is 13 (5.47% from 255 or 18.31% from 71); Blue value is 42 (16.80% from 255 or 59.15% from 71); Max value from RGB is 42 - color contains mainly: blue. Hex color #100D2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100D2A is #EFF2D5. Grayscale: #111111. Windows color (decimal): -15725270 or 2755856. OLE color: 2755856.
HSL color Cylindrical-coordinate representation of color #100D2A: hue angle of 246.21º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #100D2A is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 16 | 13 | 42 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.84 |
| HSL | 246.21º | 0.53% | 0.11% | - |
| HSV(B) | 246.21º | 0.69% | 0.16% | - |
| XYZ | 0.78 | 0.57 | 2.26 | - |
| YUV | 17.2 | 141.99 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 42 | 0.62 | 0.69 | 0 | 0.84 | 246.21 | 0.53 | 0.11 |
| Hex | 10 | D | 2A | 3E | 45 | 0 | 54 | F6 | 35 | B |
| Octal | 20 | 15 | 52 | 76 | 105 | 0 | 124 | 366 | 65 | 13 |
| Binary | 10000 | 1101 | 101010 | 111110 | 1000101 | 0 | 1010100 | 11110110 | 110101 | 1011 |
Color Harmonies of #100D2A
Complementary color
Monochromatic Colors of #100D2A
Black with #100D2A
Text Example
Text Example
White with #100D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100D2A; }
p { color: rgb(16,13,42); }
H1.HeaderClassName
{
color: #100D2A;
}
.AnyTagClassName
{
color: #100D2A;
}
</style>
background-color css
<style>
a { background-color: #100D2A; }
a { background-color: rgb(16,13,42); }
div.DivClassName
{
background-color: #100D2A;
}
.BgClassName
{
background-color: #100D2A;
}
</style>
border-color css
<style>
span { border-color: #100D2A; }
span { border-color: rgb(16,13,42); }
td.TdClassName
{
border-color: #100D2A;
}
.TagClassName
{
border-color: #100D2A;
}
</style>