Shades of Black Russian #100D23
Tints of Black Russian #100D23
RGB
CMYK
RGB Variations
Color information
#100D23 (or 0x100D23) is known color: Black Russian. HEX triplet: 10, 0D and 23. RGB value is (16,13,35). Sum of RGB (Red+Green+Blue) = 16+13+35=64 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25% from 64); Green value is 13 (5.47% from 255 or 20.31% from 64); Blue value is 35 (14.06% from 255 or 54.69% from 64); Max value from RGB is 35 - color contains mainly: blue. Hex color #100D23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100D23 is #EFF2DC. Grayscale: #101010. Windows color (decimal): -15725277 or 2297104. OLE color: 2297104.
HSL color Cylindrical-coordinate representation of color #100D23: hue angle of 248.18º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #100D23 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 16 | 13 | 35 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.86 |
| HSL | 248.18º | 0.46% | 0.09% | - |
| HSV(B) | 248.18º | 0.63% | 0.14% | - |
| XYZ | 0.66 | 0.52 | 1.66 | - |
| YUV | 16.41 | 138.49 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 35 | 0.54 | 0.63 | 0 | 0.86 | 248.18 | 0.46 | 0.09 |
| Hex | 10 | D | 23 | 36 | 3F | 0 | 56 | F8 | 2E | 9 |
| Octal | 20 | 15 | 43 | 66 | 77 | 0 | 126 | 370 | 56 | 11 |
| Binary | 10000 | 1101 | 100011 | 110110 | 111111 | 0 | 1010110 | 11111000 | 101110 | 1001 |
Color Harmonies of #100D23
Complementary color
Monochromatic Colors of #100D23
Black with #100D23
Text Example
Text Example
White with #100D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100D23; }
p { color: rgb(16,13,35); }
H1.HeaderClassName
{
color: #100D23;
}
.AnyTagClassName
{
color: #100D23;
}
</style>
background-color css
<style>
a { background-color: #100D23; }
a { background-color: rgb(16,13,35); }
div.DivClassName
{
background-color: #100D23;
}
.BgClassName
{
background-color: #100D23;
}
</style>
border-color css
<style>
span { border-color: #100D23; }
span { border-color: rgb(16,13,35); }
td.TdClassName
{
border-color: #100D23;
}
.TagClassName
{
border-color: #100D23;
}
</style>