Shades of Black Pearl #151B21
Tints of Black Pearl #151B21
RGB
CMYK
RGB Variations
Color information
#151B21 (or 0x151B21) is known color: Black Pearl. HEX triplet: 15, 1B and 21. RGB value is (21,27,33). Sum of RGB (Red+Green+Blue) = 21+27+33=81 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.93% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 33 (13.28% from 255 or 40.74% from 81); Max value from RGB is 33 - color contains mainly: blue. Hex color #151B21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151B21 is #EAE4DE. Grayscale: #191919. Windows color (decimal): -15394015 or 2169621. OLE color: 2169621.
HSL color Cylindrical-coordinate representation of color #151B21: hue angle of 210º degrees, saturation: 0.22, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #151B21 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 27 | 33 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.87 |
| HSL | 210º | 0.22% | 0.11% | - |
| HSV(B) | 210º | 0.36% | 0.13% | - |
| XYZ | 0.98 | 1.05 | 1.59 | - |
| YUV | 25.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 27 | 33 | 0.36 | 0.18 | 0 | 0.87 | 210 | 0.22 | 0.11 |
| Hex | 15 | 1B | 21 | 24 | 12 | 0 | 57 | D2 | 16 | B |
| Octal | 25 | 33 | 41 | 44 | 22 | 0 | 127 | 322 | 26 | 13 |
| Binary | 10101 | 11011 | 100001 | 100100 | 10010 | 0 | 1010111 | 11010010 | 10110 | 1011 |
Color Harmonies of #151B21
Complementary color
Monochromatic Colors of #151B21
Black with #151B21
Text Example
Text Example
White with #151B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151B21; }
p { color: rgb(21,27,33); }
H1.HeaderClassName
{
color: #151B21;
}
.AnyTagClassName
{
color: #151B21;
}
</style>
background-color css
<style>
a { background-color: #151B21; }
a { background-color: rgb(21,27,33); }
div.DivClassName
{
background-color: #151B21;
}
.BgClassName
{
background-color: #151B21;
}
</style>
border-color css
<style>
span { border-color: #151B21; }
span { border-color: rgb(21,27,33); }
td.TdClassName
{
border-color: #151B21;
}
.TagClassName
{
border-color: #151B21;
}
</style>