Shades of Black Russian #10102A
Tints of Black Russian #10102A
RGB
CMYK
RGB Variations
Color information
#10102A (or 0x10102A) is known color: Black Russian. HEX triplet: 10, 10 and 2A. RGB value is (16,16,42). Sum of RGB (Red+Green+Blue) = 16+16+42=74 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.62% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 42 (16.80% from 255 or 56.76% from 74); Max value from RGB is 42 - color contains mainly: blue. Hex color #10102A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10102A is #EFEFD5. Grayscale: #121212. Windows color (decimal): -15724502 or 2756624. OLE color: 2756624.
HSL color Cylindrical-coordinate representation of color #10102A: hue angle of 240º 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 #10102A is Cyan = 0.62, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 16 | 16 | 42 | - |
| CMYK | 0.62 | 0.62 | 0 | 0.84 |
| HSL | 240º | 0.45% | 0.11% | - |
| HSV(B) | 240º | 0.62% | 0.16% | - |
| XYZ | 0.82 | 0.65 | 2.27 | - |
| YUV | 18.96 | 141 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 16 | 42 | 0.62 | 0.62 | 0 | 0.84 | 240 | 0.45 | 0.11 |
| Hex | 10 | 10 | 2A | 3E | 3E | 0 | 54 | F0 | 2D | B |
| Octal | 20 | 20 | 52 | 76 | 76 | 0 | 124 | 360 | 55 | 13 |
| Binary | 10000 | 10000 | 101010 | 111110 | 111110 | 0 | 1010100 | 11110000 | 101101 | 1011 |
Color Harmonies of #10102A
Complementary color
Monochromatic Colors of #10102A
Black with #10102A
Text Example
Text Example
White with #10102A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10102A; }
p { color: rgb(16,16,42); }
H1.HeaderClassName
{
color: #10102A;
}
.AnyTagClassName
{
color: #10102A;
}
</style>
background-color css
<style>
a { background-color: #10102A; }
a { background-color: rgb(16,16,42); }
div.DivClassName
{
background-color: #10102A;
}
.BgClassName
{
background-color: #10102A;
}
</style>
border-color css
<style>
span { border-color: #10102A; }
span { border-color: rgb(16,16,42); }
td.TdClassName
{
border-color: #10102A;
}
.TagClassName
{
border-color: #10102A;
}
</style>