Shades of Black Russian #10142A
Tints of Black Russian #10142A
RGB
CMYK
RGB Variations
Color information
#10142A (or 0x10142A) is known color: Black Russian. HEX triplet: 10, 14 and 2A. RGB value is (16,20,42). Sum of RGB (Red+Green+Blue) = 16+20+42=78 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.51% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 42 (16.80% from 255 or 53.85% from 78); Max value from RGB is 42 - color contains mainly: blue. Hex color #10142A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10142A is #EFEBD5. Grayscale: #151515. Windows color (decimal): -15723478 or 2757648. OLE color: 2757648.
HSL color Cylindrical-coordinate representation of color #10142A: hue angle of 230.77º 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 #10142A is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 16 | 20 | 42 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.84 |
| HSL | 230.77º | 0.45% | 0.11% | - |
| HSV(B) | 230.77º | 0.62% | 0.16% | - |
| XYZ | 0.88 | 0.78 | 2.29 | - |
| YUV | 21.31 | 139.67 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 42 | 0.62 | 0.52 | 0 | 0.84 | 230.77 | 0.45 | 0.11 |
| Hex | 10 | 14 | 2A | 3E | 34 | 0 | 54 | E7 | 2D | B |
| Octal | 20 | 24 | 52 | 76 | 64 | 0 | 124 | 347 | 55 | 13 |
| Binary | 10000 | 10100 | 101010 | 111110 | 110100 | 0 | 1010100 | 11100111 | 101101 | 1011 |
Color Harmonies of #10142A
Complementary color
Monochromatic Colors of #10142A
Black with #10142A
Text Example
Text Example
White with #10142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10142A; }
p { color: rgb(16,20,42); }
H1.HeaderClassName
{
color: #10142A;
}
.AnyTagClassName
{
color: #10142A;
}
</style>
background-color css
<style>
a { background-color: #10142A; }
a { background-color: rgb(16,20,42); }
div.DivClassName
{
background-color: #10142A;
}
.BgClassName
{
background-color: #10142A;
}
</style>
border-color css
<style>
span { border-color: #10142A; }
span { border-color: rgb(16,20,42); }
td.TdClassName
{
border-color: #10142A;
}
.TagClassName
{
border-color: #10142A;
}
</style>