Shades of Black Russian #15152A
Tints of Black Russian #15152A
RGB
CMYK
RGB Variations
Color information
#15152A (or 0x15152A) is known color: Black Russian. HEX triplet: 15, 15 and 2A. RGB value is (21,21,42). Sum of RGB (Red+Green+Blue) = 21+21+42=84 (11% of max value = 765). Red value is 21 (8.59% from 255 or 25% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 42 (16.80% from 255 or 50% from 84); Max value from RGB is 42 - color contains mainly: blue. Hex color #15152A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15152A is #EAEAD5. Grayscale: #171717. Windows color (decimal): -15395542 or 2757909. OLE color: 2757909.
HSL color Cylindrical-coordinate representation of color #15152A: hue angle of 240º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #15152A is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 21 | 42 | - |
| CMYK | 0.50 | 0.50 | 0 | 0.84 |
| HSL | 240º | 0.33% | 0.12% | - |
| HSV(B) | 240º | 0.5% | 0.16% | - |
| XYZ | 1 | 0.86 | 2.3 | - |
| YUV | 23.39 | 138.5 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 21 | 42 | 0.50 | 0.50 | 0 | 0.84 | 240 | 0.33 | 0.12 |
| Hex | 15 | 15 | 2A | 32 | 32 | 0 | 54 | F0 | 21 | C |
| Octal | 25 | 25 | 52 | 62 | 62 | 0 | 124 | 360 | 41 | 14 |
| Binary | 10101 | 10101 | 101010 | 110010 | 110010 | 0 | 1010100 | 11110000 | 100001 | 1100 |
Color Harmonies of #15152A
Complementary color
Monochromatic Colors of #15152A
Black with #15152A
Text Example
Text Example
White with #15152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15152A; }
p { color: rgb(21,21,42); }
H1.HeaderClassName
{
color: #15152A;
}
.AnyTagClassName
{
color: #15152A;
}
</style>
background-color css
<style>
a { background-color: #15152A; }
a { background-color: rgb(21,21,42); }
div.DivClassName
{
background-color: #15152A;
}
.BgClassName
{
background-color: #15152A;
}
</style>
border-color css
<style>
span { border-color: #15152A; }
span { border-color: rgb(21,21,42); }
td.TdClassName
{
border-color: #15152A;
}
.TagClassName
{
border-color: #15152A;
}
</style>