Shades of Black Russian #10132A
Tints of Black Russian #10132A
RGB
CMYK
RGB Variations
Color information
#10132A (or 0x10132A) is known color: Black Russian. HEX triplet: 10, 13 and 2A. RGB value is (16,19,42). Sum of RGB (Red+Green+Blue) = 16+19+42=77 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.78% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 42 (16.80% from 255 or 54.55% from 77); Max value from RGB is 42 - color contains mainly: blue. Hex color #10132A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10132A is #EFECD5. Grayscale: #141414. Windows color (decimal): -15723734 or 2757392. OLE color: 2757392.
HSL color Cylindrical-coordinate representation of color #10132A: hue angle of 233.08º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #10132A is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 16 | 19 | 42 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.84 |
| HSL | 233.08º | 0.45% | 0.11% | - |
| HSV(B) | 233.08º | 0.62% | 0.16% | - |
| XYZ | 0.86 | 0.74 | 2.29 | - |
| YUV | 20.73 | 140.01 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 42 | 0.62 | 0.55 | 0 | 0.84 | 233.08 | 0.45 | 0.11 |
| Hex | 10 | 13 | 2A | 3E | 37 | 0 | 54 | E9 | 2D | B |
| Octal | 20 | 23 | 52 | 76 | 67 | 0 | 124 | 351 | 55 | 13 |
| Binary | 10000 | 10011 | 101010 | 111110 | 110111 | 0 | 1010100 | 11101001 | 101101 | 1011 |
Color Harmonies of #10132A
Complementary color
Monochromatic Colors of #10132A
Black with #10132A
Text Example
Text Example
White with #10132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10132A; }
p { color: rgb(16,19,42); }
H1.HeaderClassName
{
color: #10132A;
}
.AnyTagClassName
{
color: #10132A;
}
</style>
background-color css
<style>
a { background-color: #10132A; }
a { background-color: rgb(16,19,42); }
div.DivClassName
{
background-color: #10132A;
}
.BgClassName
{
background-color: #10132A;
}
</style>
border-color css
<style>
span { border-color: #10132A; }
span { border-color: rgb(16,19,42); }
td.TdClassName
{
border-color: #10132A;
}
.TagClassName
{
border-color: #10132A;
}
</style>