Shades of Black Russian #10152D
Tints of Black Russian #10152D
RGB
CMYK
RGB Variations
Color information
#10152D (or 0x10152D) is known color: Black Russian. HEX triplet: 10, 15 and 2D. RGB value is (16,21,45). Sum of RGB (Red+Green+Blue) = 16+21+45=82 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.51% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 45 (17.97% from 255 or 54.88% from 82); Max value from RGB is 45 - color contains mainly: blue. Hex color #10152D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10152D is #EFEAD2. Grayscale: #161616. Windows color (decimal): -15723219 or 2954512. OLE color: 2954512.
HSL color Cylindrical-coordinate representation of color #10152D: hue angle of 229.66º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #10152D is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 21 | 45 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.82 |
| HSL | 229.66º | 0.48% | 0.12% | - |
| HSV(B) | 229.66º | 0.64% | 0.18% | - |
| XYZ | 0.96 | 0.84 | 2.59 | - |
| YUV | 22.24 | 140.84 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 21 | 45 | 0.64 | 0.53 | 0 | 0.82 | 229.66 | 0.48 | 0.12 |
| Hex | 10 | 15 | 2D | 40 | 35 | 0 | 52 | E6 | 30 | C |
| Octal | 20 | 25 | 55 | 100 | 65 | 0 | 122 | 346 | 60 | 14 |
| Binary | 10000 | 10101 | 101101 | 1000000 | 110101 | 0 | 1010010 | 11100110 | 110000 | 1100 |
Color Harmonies of #10152D
Complementary color
Monochromatic Colors of #10152D
Black with #10152D
Text Example
Text Example
White with #10152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10152D; }
p { color: rgb(16,21,45); }
H1.HeaderClassName
{
color: #10152D;
}
.AnyTagClassName
{
color: #10152D;
}
</style>
background-color css
<style>
a { background-color: #10152D; }
a { background-color: rgb(16,21,45); }
div.DivClassName
{
background-color: #10152D;
}
.BgClassName
{
background-color: #10152D;
}
</style>
border-color css
<style>
span { border-color: #10152D; }
span { border-color: rgb(16,21,45); }
td.TdClassName
{
border-color: #10152D;
}
.TagClassName
{
border-color: #10152D;
}
</style>