Shades of Black Russian #10182A
Tints of Black Russian #10182A
RGB
CMYK
RGB Variations
Color information
#10182A (or 0x10182A) is known color: Black Russian. HEX triplet: 10, 18 and 2A. RGB value is (16,24,42). Sum of RGB (Red+Green+Blue) = 16+24+42=82 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.51% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 42 (16.80% from 255 or 51.22% from 82); Max value from RGB is 42 - color contains mainly: blue. Hex color #10182A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10182A is #EFE7D5. Grayscale: #171717. Windows color (decimal): -15722454 or 2758672. OLE color: 2758672.
HSL color Cylindrical-coordinate representation of color #10182A: hue angle of 221.54º 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 #10182A is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 16 | 24 | 42 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.84 |
| HSL | 221.54º | 0.45% | 0.11% | - |
| HSV(B) | 221.54º | 0.62% | 0.16% | - |
| XYZ | 0.96 | 0.93 | 2.32 | - |
| YUV | 23.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 42 | 0.62 | 0.43 | 0 | 0.84 | 221.54 | 0.45 | 0.11 |
| Hex | 10 | 18 | 2A | 3E | 2B | 0 | 54 | DE | 2D | B |
| Octal | 20 | 30 | 52 | 76 | 53 | 0 | 124 | 336 | 55 | 13 |
| Binary | 10000 | 11000 | 101010 | 111110 | 101011 | 0 | 1010100 | 11011110 | 101101 | 1011 |
Color Harmonies of #10182A
Complementary color
Monochromatic Colors of #10182A
Black with #10182A
Text Example
Text Example
White with #10182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10182A; }
p { color: rgb(16,24,42); }
H1.HeaderClassName
{
color: #10182A;
}
.AnyTagClassName
{
color: #10182A;
}
</style>
background-color css
<style>
a { background-color: #10182A; }
a { background-color: rgb(16,24,42); }
div.DivClassName
{
background-color: #10182A;
}
.BgClassName
{
background-color: #10182A;
}
</style>
border-color css
<style>
span { border-color: #10182A; }
span { border-color: rgb(16,24,42); }
td.TdClassName
{
border-color: #10182A;
}
.TagClassName
{
border-color: #10182A;
}
</style>