Shades of Black Russian #10132D
Tints of Black Russian #10132D
RGB
CMYK
RGB Variations
Color information
#10132D (or 0x10132D) is known color: Black Russian. HEX triplet: 10, 13 and 2D. RGB value is (16,19,45). Sum of RGB (Red+Green+Blue) = 16+19+45=80 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 45 (17.97% from 255 or 56.25% from 80); Max value from RGB is 45 - color contains mainly: blue. Hex color #10132D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10132D is #EFECD2. Grayscale: #141414. Windows color (decimal): -15723731 or 2954000. OLE color: 2954000.
HSL color Cylindrical-coordinate representation of color #10132D: hue angle of 233.79º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #10132D is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 19 | 45 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.82 |
| HSL | 233.79º | 0.48% | 0.12% | - |
| HSV(B) | 233.79º | 0.64% | 0.18% | - |
| XYZ | 0.92 | 0.77 | 2.58 | - |
| YUV | 21.07 | 141.51 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 45 | 0.64 | 0.58 | 0 | 0.82 | 233.79 | 0.48 | 0.12 |
| Hex | 10 | 13 | 2D | 40 | 3A | 0 | 52 | EA | 30 | C |
| Octal | 20 | 23 | 55 | 100 | 72 | 0 | 122 | 352 | 60 | 14 |
| Binary | 10000 | 10011 | 101101 | 1000000 | 111010 | 0 | 1010010 | 11101010 | 110000 | 1100 |
Color Harmonies of #10132D
Complementary color
Monochromatic Colors of #10132D
Black with #10132D
Text Example
Text Example
White with #10132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10132D; }
p { color: rgb(16,19,45); }
H1.HeaderClassName
{
color: #10132D;
}
.AnyTagClassName
{
color: #10132D;
}
</style>
background-color css
<style>
a { background-color: #10132D; }
a { background-color: rgb(16,19,45); }
div.DivClassName
{
background-color: #10132D;
}
.BgClassName
{
background-color: #10132D;
}
</style>
border-color css
<style>
span { border-color: #10132D; }
span { border-color: rgb(16,19,45); }
td.TdClassName
{
border-color: #10132D;
}
.TagClassName
{
border-color: #10132D;
}
</style>