Shades of Black Russian #151530
Tints of Black Russian #151530
RGB
CMYK
RGB Variations
Color information
#151530 (or 0x151530) is known color: Black Russian. HEX triplet: 15, 15 and 30. RGB value is (21,21,48). Sum of RGB (Red+Green+Blue) = 21+21+48=90 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.33% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 48 (19.14% from 255 or 53.33% from 90); Max value from RGB is 48 - color contains mainly: blue. Hex color #151530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151530 is #EAEACF. Grayscale: #171717. Windows color (decimal): -15395536 or 3151125. OLE color: 3151125.
HSL color Cylindrical-coordinate representation of color #151530: hue angle of 240º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #151530 is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 21 | 48 | - |
| CMYK | 0.56 | 0.56 | 0 | 0.81 |
| HSL | 240º | 0.39% | 0.14% | - |
| HSV(B) | 240º | 0.56% | 0.19% | - |
| XYZ | 1.11 | 0.91 | 2.91 | - |
| YUV | 24.08 | 141.5 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 21 | 48 | 0.56 | 0.56 | 0 | 0.81 | 240 | 0.39 | 0.14 |
| Hex | 15 | 15 | 30 | 38 | 38 | 0 | 51 | F0 | 27 | E |
| Octal | 25 | 25 | 60 | 70 | 70 | 0 | 121 | 360 | 47 | 16 |
| Binary | 10101 | 10101 | 110000 | 111000 | 111000 | 0 | 1010001 | 11110000 | 100111 | 1110 |
Color Harmonies of #151530
Complementary color
Monochromatic Colors of #151530
Black with #151530
Text Example
Text Example
White with #151530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151530; }
p { color: rgb(21,21,48); }
H1.HeaderClassName
{
color: #151530;
}
.AnyTagClassName
{
color: #151530;
}
</style>
background-color css
<style>
a { background-color: #151530; }
a { background-color: rgb(21,21,48); }
div.DivClassName
{
background-color: #151530;
}
.BgClassName
{
background-color: #151530;
}
</style>
border-color css
<style>
span { border-color: #151530; }
span { border-color: rgb(21,21,48); }
td.TdClassName
{
border-color: #151530;
}
.TagClassName
{
border-color: #151530;
}
</style>