Shades of Black Russian #100F33
Tints of Black Russian #100F33
RGB
CMYK
RGB Variations
Color information
#100F33 (or 0x100F33) is known color: Black Russian. HEX triplet: 10, 0F and 33. RGB value is (16,15,51). Sum of RGB (Red+Green+Blue) = 16+15+51=82 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.51% from 82); Green value is 15 (6.25% from 255 or 18.29% from 82); Blue value is 51 (20.31% from 255 or 62.20% from 82); Max value from RGB is 51 - color contains mainly: blue. Hex color #100F33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100F33 is #EFF0CC. Grayscale: #131313. Windows color (decimal): -15724749 or 3346192. OLE color: 3346192.
HSL color Cylindrical-coordinate representation of color #100F33: hue angle of 241.67º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #100F33 is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 16 | 15 | 51 | - |
| CMYK | 0.69 | 0.71 | 0 | 0.8 |
| HSL | 241.67º | 0.55% | 0.13% | - |
| HSV(B) | 241.67º | 0.71% | 0.2% | - |
| XYZ | 0.98 | 0.69 | 3.21 | - |
| YUV | 19.4 | 145.83 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 51 | 0.69 | 0.71 | 0 | 0.8 | 241.67 | 0.55 | 0.13 |
| Hex | 10 | F | 33 | 45 | 47 | 0 | 50 | F2 | 37 | D |
| Octal | 20 | 17 | 63 | 105 | 107 | 0 | 120 | 362 | 67 | 15 |
| Binary | 10000 | 1111 | 110011 | 1000101 | 1000111 | 0 | 1010000 | 11110010 | 110111 | 1101 |
Color Harmonies of #100F33
Complementary color
Monochromatic Colors of #100F33
Black with #100F33
Text Example
Text Example
White with #100F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F33; }
p { color: rgb(16,15,51); }
H1.HeaderClassName
{
color: #100F33;
}
.AnyTagClassName
{
color: #100F33;
}
</style>
background-color css
<style>
a { background-color: #100F33; }
a { background-color: rgb(16,15,51); }
div.DivClassName
{
background-color: #100F33;
}
.BgClassName
{
background-color: #100F33;
}
</style>
border-color css
<style>
span { border-color: #100F33; }
span { border-color: rgb(16,15,51); }
td.TdClassName
{
border-color: #100F33;
}
.TagClassName
{
border-color: #100F33;
}
</style>