Shades of Black Russian #15182D
Tints of Black Russian #15182D
RGB
CMYK
RGB Variations
Color information
#15182D (or 0x15182D) is known color: Black Russian. HEX triplet: 15, 18 and 2D. RGB value is (21,24,45). Sum of RGB (Red+Green+Blue) = 21+24+45=90 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.33% from 90); Green value is 24 (9.77% from 255 or 26.67% from 90); Blue value is 45 (17.97% from 255 or 50% from 90); Max value from RGB is 45 - color contains mainly: blue. Hex color #15182D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15182D is #EAE7D2. Grayscale: #191919. Windows color (decimal): -15394771 or 2955285. OLE color: 2955285.
HSL color Cylindrical-coordinate representation of color #15182D: hue angle of 232.5º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #15182D is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 21 | 24 | 45 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.82 |
| HSL | 232.5º | 0.36% | 0.13% | - |
| HSV(B) | 232.5º | 0.53% | 0.18% | - |
| XYZ | 1.11 | 1 | 2.62 | - |
| YUV | 25.5 | 139.01 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 24 | 45 | 0.53 | 0.47 | 0 | 0.82 | 232.5 | 0.36 | 0.13 |
| Hex | 15 | 18 | 2D | 35 | 2F | 0 | 52 | E8 | 24 | D |
| Octal | 25 | 30 | 55 | 65 | 57 | 0 | 122 | 350 | 44 | 15 |
| Binary | 10101 | 11000 | 101101 | 110101 | 101111 | 0 | 1010010 | 11101000 | 100100 | 1101 |
Color Harmonies of #15182D
Complementary color
Monochromatic Colors of #15182D
Black with #15182D
Text Example
Text Example
White with #15182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15182D; }
p { color: rgb(21,24,45); }
H1.HeaderClassName
{
color: #15182D;
}
.AnyTagClassName
{
color: #15182D;
}
</style>
background-color css
<style>
a { background-color: #15182D; }
a { background-color: rgb(21,24,45); }
div.DivClassName
{
background-color: #15182D;
}
.BgClassName
{
background-color: #15182D;
}
</style>
border-color css
<style>
span { border-color: #15182D; }
span { border-color: rgb(21,24,45); }
td.TdClassName
{
border-color: #15182D;
}
.TagClassName
{
border-color: #15182D;
}
</style>