Shades of Black Russian #100D34
Tints of Black Russian #100D34
RGB
CMYK
RGB Variations
Color information
#100D34 (or 0x100D34) is known color: Black Russian. HEX triplet: 10, 0D and 34. RGB value is (16,13,52). Sum of RGB (Red+Green+Blue) = 16+13+52=81 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.75% from 81); Green value is 13 (5.47% from 255 or 16.05% from 81); Blue value is 52 (20.70% from 255 or 64.20% from 81); Max value from RGB is 52 - color contains mainly: blue. Hex color #100D34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100D34 is #EFF2CB. Grayscale: #121212. Windows color (decimal): -15725260 or 3411216. OLE color: 3411216.
HSL color Cylindrical-coordinate representation of color #100D34: hue angle of 244.62º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #100D34 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 16 | 13 | 52 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.80 |
| HSL | 244.62º | 0.6% | 0.13% | - |
| HSV(B) | 244.62º | 0.75% | 0.2% | - |
| XYZ | 0.98 | 0.65 | 3.32 | - |
| YUV | 18.34 | 146.99 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 52 | 0.69 | 0.75 | 0 | 0.80 | 244.62 | 0.6 | 0.13 |
| Hex | 10 | D | 34 | 45 | 4B | 0 | 50 | F5 | 3C | D |
| Octal | 20 | 15 | 64 | 105 | 113 | 0 | 120 | 365 | 74 | 15 |
| Binary | 10000 | 1101 | 110100 | 1000101 | 1001011 | 0 | 1010000 | 11110101 | 111100 | 1101 |
Color Harmonies of #100D34
Complementary color
Monochromatic Colors of #100D34
Black with #100D34
Text Example
Text Example
White with #100D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100D34; }
p { color: rgb(16,13,52); }
H1.HeaderClassName
{
color: #100D34;
}
.AnyTagClassName
{
color: #100D34;
}
</style>
background-color css
<style>
a { background-color: #100D34; }
a { background-color: rgb(16,13,52); }
div.DivClassName
{
background-color: #100D34;
}
.BgClassName
{
background-color: #100D34;
}
</style>
border-color css
<style>
span { border-color: #100D34; }
span { border-color: rgb(16,13,52); }
td.TdClassName
{
border-color: #100D34;
}
.TagClassName
{
border-color: #100D34;
}
</style>