Shades of Black Pearl #151A1C
Tints of Black Pearl #151A1C
RGB
CMYK
RGB Variations
Color information
#151A1C (or 0x151A1C) is known color: Black Pearl. HEX triplet: 15, 1A and 1C. RGB value is (21,26,28). Sum of RGB (Red+Green+Blue) = 21+26+28=75 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28% from 75); Green value is 26 (10.55% from 255 or 34.67% from 75); Blue value is 28 (11.33% from 255 or 37.33% from 75); Max value from RGB is 28 - color contains mainly: blue. Hex color #151A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151A1C is #EAE5E3. Grayscale: #181818. Windows color (decimal): -15394276 or 1841685. OLE color: 1841685.
HSL color Cylindrical-coordinate representation of color #151A1C: hue angle of 197.14º degrees, saturation: 0.14, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #151A1C is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 26 | 28 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.89 |
| HSL | 197.14º | 0.14% | 0.1% | - |
| HSV(B) | 197.14º | 0.25% | 0.11% | - |
| XYZ | 0.89 | 0.98 | 1.24 | - |
| YUV | 24.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 28 | 0.25 | 0.07 | 0 | 0.89 | 197.14 | 0.14 | 0.1 |
| Hex | 15 | 1A | 1C | 19 | 7 | 0 | 59 | C5 | E | A |
| Octal | 25 | 32 | 34 | 31 | 7 | 0 | 131 | 305 | 16 | 12 |
| Binary | 10101 | 11010 | 11100 | 11001 | 111 | 0 | 1011001 | 11000101 | 1110 | 1010 |
Color Harmonies of #151A1C
Complementary color
Monochromatic Colors of #151A1C
Black with #151A1C
Text Example
Text Example
White with #151A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151A1C; }
p { color: rgb(21,26,28); }
H1.HeaderClassName
{
color: #151A1C;
}
.AnyTagClassName
{
color: #151A1C;
}
</style>
background-color css
<style>
a { background-color: #151A1C; }
a { background-color: rgb(21,26,28); }
div.DivClassName
{
background-color: #151A1C;
}
.BgClassName
{
background-color: #151A1C;
}
</style>
border-color css
<style>
span { border-color: #151A1C; }
span { border-color: rgb(21,26,28); }
td.TdClassName
{
border-color: #151A1C;
}
.TagClassName
{
border-color: #151A1C;
}
</style>