Shades of Black Russian #100B2F
Tints of Black Russian #100B2F
RGB
CMYK
RGB Variations
Color information
#100B2F (or 0x100B2F) is known color: Black Russian. HEX triplet: 10, 0B and 2F. RGB value is (16,11,47). Sum of RGB (Red+Green+Blue) = 16+11+47=74 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.62% from 74); Green value is 11 (4.69% from 255 or 14.86% from 74); Blue value is 47 (18.75% from 255 or 63.51% from 74); Max value from RGB is 47 - color contains mainly: blue. Hex color #100B2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100B2F is #EFF4D0. Grayscale: #101010. Windows color (decimal): -15725777 or 3083024. OLE color: 3083024.
HSL color Cylindrical-coordinate representation of color #100B2F: hue angle of 248.33º degrees, saturation: 0.62, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #100B2F is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 11 | 47 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.82 |
| HSL | 248.33º | 0.62% | 0.11% | - |
| HSV(B) | 248.33º | 0.77% | 0.18% | - |
| XYZ | 0.85 | 0.55 | 2.75 | - |
| YUV | 16.6 | 145.16 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 47 | 0.66 | 0.77 | 0 | 0.82 | 248.33 | 0.62 | 0.11 |
| Hex | 10 | B | 2F | 42 | 4D | 0 | 52 | F8 | 3E | B |
| Octal | 20 | 13 | 57 | 102 | 115 | 0 | 122 | 370 | 76 | 13 |
| Binary | 10000 | 1011 | 101111 | 1000010 | 1001101 | 0 | 1010010 | 11111000 | 111110 | 1011 |
Color Harmonies of #100B2F
Complementary color
Monochromatic Colors of #100B2F
Black with #100B2F
Text Example
Text Example
White with #100B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B2F; }
p { color: rgb(16,11,47); }
H1.HeaderClassName
{
color: #100B2F;
}
.AnyTagClassName
{
color: #100B2F;
}
</style>
background-color css
<style>
a { background-color: #100B2F; }
a { background-color: rgb(16,11,47); }
div.DivClassName
{
background-color: #100B2F;
}
.BgClassName
{
background-color: #100B2F;
}
</style>
border-color css
<style>
span { border-color: #100B2F; }
span { border-color: rgb(16,11,47); }
td.TdClassName
{
border-color: #100B2F;
}
.TagClassName
{
border-color: #100B2F;
}
</style>