Shades of Black Russian #100C34
Tints of Black Russian #100C34
RGB
CMYK
RGB Variations
Color information
#100C34 (or 0x100C34) is known color: Black Russian. HEX triplet: 10, 0C and 34. RGB value is (16,12,52). Sum of RGB (Red+Green+Blue) = 16+12+52=80 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20% from 80); Green value is 12 (5.08% from 255 or 15% from 80); Blue value is 52 (20.70% from 255 or 65% from 80); Max value from RGB is 52 - color contains mainly: blue. Hex color #100C34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100C34 is #EFF3CB. Grayscale: #111111. Windows color (decimal): -15725516 or 3410960. OLE color: 3410960.
HSL color Cylindrical-coordinate representation of color #100C34: hue angle of 246º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #100C34 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 16 | 12 | 52 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.80 |
| HSL | 246º | 0.63% | 0.13% | - |
| HSV(B) | 246º | 0.77% | 0.2% | - |
| XYZ | 0.96 | 0.62 | 3.32 | - |
| YUV | 17.76 | 147.33 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 52 | 0.69 | 0.77 | 0 | 0.80 | 246 | 0.63 | 0.13 |
| Hex | 10 | C | 34 | 45 | 4D | 0 | 50 | F6 | 3E | D |
| Octal | 20 | 14 | 64 | 105 | 115 | 0 | 120 | 366 | 76 | 15 |
| Binary | 10000 | 1100 | 110100 | 1000101 | 1001101 | 0 | 1010000 | 11110110 | 111110 | 1101 |
Color Harmonies of #100C34
Complementary color
Monochromatic Colors of #100C34
Black with #100C34
Text Example
Text Example
White with #100C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100C34; }
p { color: rgb(16,12,52); }
H1.HeaderClassName
{
color: #100C34;
}
.AnyTagClassName
{
color: #100C34;
}
</style>
background-color css
<style>
a { background-color: #100C34; }
a { background-color: rgb(16,12,52); }
div.DivClassName
{
background-color: #100C34;
}
.BgClassName
{
background-color: #100C34;
}
</style>
border-color css
<style>
span { border-color: #100C34; }
span { border-color: rgb(16,12,52); }
td.TdClassName
{
border-color: #100C34;
}
.TagClassName
{
border-color: #100C34;
}
</style>