Shades of Black Russian #151533
Tints of Black Russian #151533
RGB
CMYK
RGB Variations
Color information
#151533 (or 0x151533) is known color: Black Russian. HEX triplet: 15, 15 and 33. RGB value is (21,21,51). Sum of RGB (Red+Green+Blue) = 21+21+51=93 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.58% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 51 (20.31% from 255 or 54.84% from 93); Max value from RGB is 51 - color contains mainly: blue. Hex color #151533 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151533 is #EAEACC. Grayscale: #181818. Windows color (decimal): -15395533 or 3347733. OLE color: 3347733.
HSL color Cylindrical-coordinate representation of color #151533: hue angle of 240º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #151533 is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 21 | 21 | 51 | - |
| CMYK | 0.59 | 0.59 | 0 | 0.8 |
| HSL | 240º | 0.42% | 0.14% | - |
| HSV(B) | 240º | 0.59% | 0.2% | - |
| XYZ | 1.17 | 0.93 | 3.25 | - |
| YUV | 24.42 | 143 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 21 | 51 | 0.59 | 0.59 | 0 | 0.8 | 240 | 0.42 | 0.14 |
| Hex | 15 | 15 | 33 | 3B | 3B | 0 | 50 | F0 | 2A | E |
| Octal | 25 | 25 | 63 | 73 | 73 | 0 | 120 | 360 | 52 | 16 |
| Binary | 10101 | 10101 | 110011 | 111011 | 111011 | 0 | 1010000 | 11110000 | 101010 | 1110 |
Color Harmonies of #151533
Complementary color
Monochromatic Colors of #151533
Black with #151533
Text Example
Text Example
White with #151533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151533; }
p { color: rgb(21,21,51); }
H1.HeaderClassName
{
color: #151533;
}
.AnyTagClassName
{
color: #151533;
}
</style>
background-color css
<style>
a { background-color: #151533; }
a { background-color: rgb(21,21,51); }
div.DivClassName
{
background-color: #151533;
}
.BgClassName
{
background-color: #151533;
}
</style>
border-color css
<style>
span { border-color: #151533; }
span { border-color: rgb(21,21,51); }
td.TdClassName
{
border-color: #151533;
}
.TagClassName
{
border-color: #151533;
}
</style>