Shades of Black Russian #100F34
Tints of Black Russian #100F34
RGB
CMYK
RGB Variations
Color information
#100F34 (or 0x100F34) is known color: Black Russian. HEX triplet: 10, 0F and 34. RGB value is (16,15,52). Sum of RGB (Red+Green+Blue) = 16+15+52=83 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.28% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 52 (20.70% from 255 or 62.65% from 83); Max value from RGB is 52 - color contains mainly: blue. Hex color #100F34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100F34 is #EFF0CB. Grayscale: #131313. Windows color (decimal): -15724748 or 3411728. OLE color: 3411728.
HSL color Cylindrical-coordinate representation of color #100F34: hue angle of 241.62º 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 #100F34 is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 16 | 15 | 52 | - |
| CMYK | 0.69 | 0.71 | 0 | 0.80 |
| HSL | 241.62º | 0.55% | 0.13% | - |
| HSV(B) | 241.62º | 0.71% | 0.2% | - |
| XYZ | 1 | 0.7 | 3.33 | - |
| YUV | 19.52 | 146.33 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 52 | 0.69 | 0.71 | 0 | 0.80 | 241.62 | 0.55 | 0.13 |
| Hex | 10 | F | 34 | 45 | 47 | 0 | 50 | F2 | 37 | D |
| Octal | 20 | 17 | 64 | 105 | 107 | 0 | 120 | 362 | 67 | 15 |
| Binary | 10000 | 1111 | 110100 | 1000101 | 1000111 | 0 | 1010000 | 11110010 | 110111 | 1101 |
Color Harmonies of #100F34
Complementary color
Monochromatic Colors of #100F34
Black with #100F34
Text Example
Text Example
White with #100F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F34; }
p { color: rgb(16,15,52); }
H1.HeaderClassName
{
color: #100F34;
}
.AnyTagClassName
{
color: #100F34;
}
</style>
background-color css
<style>
a { background-color: #100F34; }
a { background-color: rgb(16,15,52); }
div.DivClassName
{
background-color: #100F34;
}
.BgClassName
{
background-color: #100F34;
}
</style>
border-color css
<style>
span { border-color: #100F34; }
span { border-color: rgb(16,15,52); }
td.TdClassName
{
border-color: #100F34;
}
.TagClassName
{
border-color: #100F34;
}
</style>