Shades of Black Pearl #151A1B
Tints of Black Pearl #151A1B
RGB
CMYK
RGB Variations
Color information
#151A1B (or 0x151A1B) is known color: Black Pearl. HEX triplet: 15, 1A and 1B. RGB value is (21,26,27). Sum of RGB (Red+Green+Blue) = 21+26+27=74 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.38% from 74); Green value is 26 (10.55% from 255 or 35.14% from 74); Blue value is 27 (10.94% from 255 or 36.49% from 74); Max value from RGB is 27 - color contains mainly: blue. Hex color #151A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151A1B is #EAE5E4. Grayscale: #181818. Windows color (decimal): -15394277 or 1776149. OLE color: 1776149.
HSL color Cylindrical-coordinate representation of color #151A1B: hue angle of 190º degrees, saturation: 0.12, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #151A1B is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 26 | 27 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.89 |
| HSL | 190º | 0.13% | 0.09% | - |
| HSV(B) | 190º | 0.22% | 0.11% | - |
| XYZ | 0.88 | 0.98 | 1.18 | - |
| YUV | 24.62 | 129.34 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 27 | 0.22 | 0.04 | 0 | 0.89 | 190 | 0.13 | 0.09 |
| Hex | 15 | 1A | 1B | 16 | 4 | 0 | 59 | BE | C | 9 |
| Octal | 25 | 32 | 33 | 26 | 4 | 0 | 131 | 276 | 14 | 11 |
| Binary | 10101 | 11010 | 11011 | 10110 | 100 | 0 | 1011001 | 10111110 | 1100 | 1001 |
Color Harmonies of #151A1B
Complementary color
Monochromatic Colors of #151A1B
Black with #151A1B
Text Example
Text Example
White with #151A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151A1B; }
p { color: rgb(21,26,27); }
H1.HeaderClassName
{
color: #151A1B;
}
.AnyTagClassName
{
color: #151A1B;
}
</style>
background-color css
<style>
a { background-color: #151A1B; }
a { background-color: rgb(21,26,27); }
div.DivClassName
{
background-color: #151A1B;
}
.BgClassName
{
background-color: #151A1B;
}
</style>
border-color css
<style>
span { border-color: #151A1B; }
span { border-color: rgb(21,26,27); }
td.TdClassName
{
border-color: #151A1B;
}
.TagClassName
{
border-color: #151A1B;
}
</style>