Shades of Black Pearl #151C1E
Tints of Black Pearl #151C1E
RGB
CMYK
RGB Variations
Color information
#151C1E (or 0x151C1E) is known color: Black Pearl. HEX triplet: 15, 1C and 1E. RGB value is (21,28,30). Sum of RGB (Red+Green+Blue) = 21+28+30=79 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.58% from 79); Green value is 28 (11.33% from 255 or 35.44% from 79); Blue value is 30 (12.11% from 255 or 37.97% from 79); Max value from RGB is 30 - color contains mainly: blue. Hex color #151C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151C1E is #EAE3E1. Grayscale: #1A1A1A. Windows color (decimal): -15393762 or 1973269. OLE color: 1973269.
HSL color Cylindrical-coordinate representation of color #151C1E: hue angle of 193.33º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #151C1E is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 21 | 28 | 30 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.88 |
| HSL | 193.33º | 0.18% | 0.1% | - |
| HSV(B) | 193.33º | 0.3% | 0.12% | - |
| XYZ | 0.96 | 1.08 | 1.39 | - |
| YUV | 26.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 30 | 0.30 | 0.07 | 0 | 0.88 | 193.33 | 0.18 | 0.1 |
| Hex | 15 | 1C | 1E | 1E | 7 | 0 | 58 | C1 | 12 | A |
| Octal | 25 | 34 | 36 | 36 | 7 | 0 | 130 | 301 | 22 | 12 |
| Binary | 10101 | 11100 | 11110 | 11110 | 111 | 0 | 1011000 | 11000001 | 10010 | 1010 |
Color Harmonies of #151C1E
Complementary color
Monochromatic Colors of #151C1E
Black with #151C1E
Text Example
Text Example
White with #151C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C1E; }
p { color: rgb(21,28,30); }
H1.HeaderClassName
{
color: #151C1E;
}
.AnyTagClassName
{
color: #151C1E;
}
</style>
background-color css
<style>
a { background-color: #151C1E; }
a { background-color: rgb(21,28,30); }
div.DivClassName
{
background-color: #151C1E;
}
.BgClassName
{
background-color: #151C1E;
}
</style>
border-color css
<style>
span { border-color: #151C1E; }
span { border-color: rgb(21,28,30); }
td.TdClassName
{
border-color: #151C1E;
}
.TagClassName
{
border-color: #151C1E;
}
</style>