Shades of Black Russian #10132C
Tints of Black Russian #10132C
RGB
CMYK
RGB Variations
Color information
#10132C (or 0x10132C) is known color: Black Russian. HEX triplet: 10, 13 and 2C. RGB value is (16,19,44). Sum of RGB (Red+Green+Blue) = 16+19+44=79 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.25% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 44 (17.58% from 255 or 55.70% from 79); Max value from RGB is 44 - color contains mainly: blue. Hex color #10132C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10132C is #EFECD3. Grayscale: #141414. Windows color (decimal): -15723732 or 2888464. OLE color: 2888464.
HSL color Cylindrical-coordinate representation of color #10132C: hue angle of 233.57º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #10132C is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 16 | 19 | 44 | - |
| CMYK | 0.64 | 0.57 | 0 | 0.83 |
| HSL | 233.57º | 0.47% | 0.12% | - |
| HSV(B) | 233.57º | 0.64% | 0.17% | - |
| XYZ | 0.9 | 0.76 | 2.48 | - |
| YUV | 20.95 | 141.01 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 44 | 0.64 | 0.57 | 0 | 0.83 | 233.57 | 0.47 | 0.12 |
| Hex | 10 | 13 | 2C | 40 | 39 | 0 | 53 | EA | 2F | C |
| Octal | 20 | 23 | 54 | 100 | 71 | 0 | 123 | 352 | 57 | 14 |
| Binary | 10000 | 10011 | 101100 | 1000000 | 111001 | 0 | 1010011 | 11101010 | 101111 | 1100 |
Color Harmonies of #10132C
Complementary color
Monochromatic Colors of #10132C
Black with #10132C
Text Example
Text Example
White with #10132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10132C; }
p { color: rgb(16,19,44); }
H1.HeaderClassName
{
color: #10132C;
}
.AnyTagClassName
{
color: #10132C;
}
</style>
background-color css
<style>
a { background-color: #10132C; }
a { background-color: rgb(16,19,44); }
div.DivClassName
{
background-color: #10132C;
}
.BgClassName
{
background-color: #10132C;
}
</style>
border-color css
<style>
span { border-color: #10132C; }
span { border-color: rgb(16,19,44); }
td.TdClassName
{
border-color: #10132C;
}
.TagClassName
{
border-color: #10132C;
}
</style>