Shades of Black Russian #100F23
Tints of Black Russian #100F23
RGB
CMYK
RGB Variations
Color information
#100F23 (or 0x100F23) is known color: Black Russian. HEX triplet: 10, 0F and 23. RGB value is (16,15,35). Sum of RGB (Red+Green+Blue) = 16+15+35=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 15 (6.25% from 255 or 22.73% from 66); Blue value is 35 (14.06% from 255 or 53.03% from 66); Max value from RGB is 35 - color contains mainly: blue. Hex color #100F23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100F23 is #EFF0DC. Grayscale: #111111. Windows color (decimal): -15724765 or 2297616. OLE color: 2297616.
HSL color Cylindrical-coordinate representation of color #100F23: hue angle of 243º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #100F23 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 16 | 15 | 35 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.86 |
| HSL | 243º | 0.4% | 0.1% | - |
| HSV(B) | 243º | 0.57% | 0.14% | - |
| XYZ | 0.69 | 0.57 | 1.66 | - |
| YUV | 17.58 | 137.83 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 35 | 0.54 | 0.57 | 0 | 0.86 | 243 | 0.4 | 0.1 |
| Hex | 10 | F | 23 | 36 | 39 | 0 | 56 | F3 | 28 | A |
| Octal | 20 | 17 | 43 | 66 | 71 | 0 | 126 | 363 | 50 | 12 |
| Binary | 10000 | 1111 | 100011 | 110110 | 111001 | 0 | 1010110 | 11110011 | 101000 | 1010 |
Color Harmonies of #100F23
Complementary color
Monochromatic Colors of #100F23
Black with #100F23
Text Example
Text Example
White with #100F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F23; }
p { color: rgb(16,15,35); }
H1.HeaderClassName
{
color: #100F23;
}
.AnyTagClassName
{
color: #100F23;
}
</style>
background-color css
<style>
a { background-color: #100F23; }
a { background-color: rgb(16,15,35); }
div.DivClassName
{
background-color: #100F23;
}
.BgClassName
{
background-color: #100F23;
}
</style>
border-color css
<style>
span { border-color: #100F23; }
span { border-color: rgb(16,15,35); }
td.TdClassName
{
border-color: #100F23;
}
.TagClassName
{
border-color: #100F23;
}
</style>