Shades of Black Russian #151429
Tints of Black Russian #151429
RGB
CMYK
RGB Variations
Color information
#151429 (or 0x151429) is known color: Black Russian. HEX triplet: 15, 14 and 29. RGB value is (21,20,41). Sum of RGB (Red+Green+Blue) = 21+20+41=82 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.61% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 41 (16.41% from 255 or 50% from 82); Max value from RGB is 41 - color contains mainly: blue. Hex color #151429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151429 is #EAEBD6. Grayscale: #161616. Windows color (decimal): -15395799 or 2692117. OLE color: 2692117.
HSL color Cylindrical-coordinate representation of color #151429: hue angle of 242.86º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #151429 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 20 | 41 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.84 |
| HSL | 242.86º | 0.34% | 0.12% | - |
| HSV(B) | 242.86º | 0.51% | 0.16% | - |
| XYZ | 0.96 | 0.82 | 2.21 | - |
| YUV | 22.69 | 138.33 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 41 | 0.49 | 0.51 | 0 | 0.84 | 242.86 | 0.34 | 0.12 |
| Hex | 15 | 14 | 29 | 31 | 33 | 0 | 54 | F3 | 22 | C |
| Octal | 25 | 24 | 51 | 61 | 63 | 0 | 124 | 363 | 42 | 14 |
| Binary | 10101 | 10100 | 101001 | 110001 | 110011 | 0 | 1010100 | 11110011 | 100010 | 1100 |
Color Harmonies of #151429
Complementary color
Monochromatic Colors of #151429
Black with #151429
Text Example
Text Example
White with #151429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151429; }
p { color: rgb(21,20,41); }
H1.HeaderClassName
{
color: #151429;
}
.AnyTagClassName
{
color: #151429;
}
</style>
background-color css
<style>
a { background-color: #151429; }
a { background-color: rgb(21,20,41); }
div.DivClassName
{
background-color: #151429;
}
.BgClassName
{
background-color: #151429;
}
</style>
border-color css
<style>
span { border-color: #151429; }
span { border-color: rgb(21,20,41); }
td.TdClassName
{
border-color: #151429;
}
.TagClassName
{
border-color: #151429;
}
</style>