Shades of Black Russian #100F2B
Tints of Black Russian #100F2B
RGB
CMYK
RGB Variations
Color information
#100F2B (or 0x100F2B) is known color: Black Russian. HEX triplet: 10, 0F and 2B. RGB value is (16,15,43). Sum of RGB (Red+Green+Blue) = 16+15+43=74 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.62% from 74); Green value is 15 (6.25% from 255 or 20.27% from 74); Blue value is 43 (17.19% from 255 or 58.11% from 74); Max value from RGB is 43 - color contains mainly: blue. Hex color #100F2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100F2B is #EFF0D4. Grayscale: #121212. Windows color (decimal): -15724757 or 2821904. OLE color: 2821904.
HSL color Cylindrical-coordinate representation of color #100F2B: hue angle of 242.14º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #100F2B is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 16 | 15 | 43 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.83 |
| HSL | 242.14º | 0.48% | 0.11% | - |
| HSV(B) | 242.14º | 0.65% | 0.17% | - |
| XYZ | 0.82 | 0.63 | 2.36 | - |
| YUV | 18.49 | 141.83 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 43 | 0.63 | 0.65 | 0 | 0.83 | 242.14 | 0.48 | 0.11 |
| Hex | 10 | F | 2B | 3F | 41 | 0 | 53 | F2 | 30 | B |
| Octal | 20 | 17 | 53 | 77 | 101 | 0 | 123 | 362 | 60 | 13 |
| Binary | 10000 | 1111 | 101011 | 111111 | 1000001 | 0 | 1010011 | 11110010 | 110000 | 1011 |
Color Harmonies of #100F2B
Complementary color
Monochromatic Colors of #100F2B
Black with #100F2B
Text Example
Text Example
White with #100F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F2B; }
p { color: rgb(16,15,43); }
H1.HeaderClassName
{
color: #100F2B;
}
.AnyTagClassName
{
color: #100F2B;
}
</style>
background-color css
<style>
a { background-color: #100F2B; }
a { background-color: rgb(16,15,43); }
div.DivClassName
{
background-color: #100F2B;
}
.BgClassName
{
background-color: #100F2B;
}
</style>
border-color css
<style>
span { border-color: #100F2B; }
span { border-color: rgb(16,15,43); }
td.TdClassName
{
border-color: #100F2B;
}
.TagClassName
{
border-color: #100F2B;
}
</style>