Shades of Black Pearl #151B1E
Tints of Black Pearl #151B1E
RGB
CMYK
RGB Variations
Color information
#151B1E (or 0x151B1E) is known color: Black Pearl. HEX triplet: 15, 1B and 1E. RGB value is (21,27,30). Sum of RGB (Red+Green+Blue) = 21+27+30=78 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.92% from 78); Green value is 27 (10.94% from 255 or 34.62% from 78); Blue value is 30 (12.11% from 255 or 38.46% from 78); Max value from RGB is 30 - color contains mainly: blue. Hex color #151B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151B1E is #EAE4E1. Grayscale: #191919. Windows color (decimal): -15394018 or 1973013. OLE color: 1973013.
HSL color Cylindrical-coordinate representation of color #151B1E: hue angle of 200º 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 #151B1E is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 21 | 27 | 30 | - |
| CMYK | 0.30 | 0.10 | 0 | 0.88 |
| HSL | 200º | 0.18% | 0.1% | - |
| HSV(B) | 200º | 0.3% | 0.12% | - |
| XYZ | 0.94 | 1.04 | 1.38 | - |
| YUV | 25.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 27 | 30 | 0.30 | 0.10 | 0 | 0.88 | 200 | 0.18 | 0.1 |
| Hex | 15 | 1B | 1E | 1E | A | 0 | 58 | C8 | 12 | A |
| Octal | 25 | 33 | 36 | 36 | 12 | 0 | 130 | 310 | 22 | 12 |
| Binary | 10101 | 11011 | 11110 | 11110 | 1010 | 0 | 1011000 | 11001000 | 10010 | 1010 |
Color Harmonies of #151B1E
Complementary color
Monochromatic Colors of #151B1E
Black with #151B1E
Text Example
Text Example
White with #151B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151B1E; }
p { color: rgb(21,27,30); }
H1.HeaderClassName
{
color: #151B1E;
}
.AnyTagClassName
{
color: #151B1E;
}
</style>
background-color css
<style>
a { background-color: #151B1E; }
a { background-color: rgb(21,27,30); }
div.DivClassName
{
background-color: #151B1E;
}
.BgClassName
{
background-color: #151B1E;
}
</style>
border-color css
<style>
span { border-color: #151B1E; }
span { border-color: rgb(21,27,30); }
td.TdClassName
{
border-color: #151B1E;
}
.TagClassName
{
border-color: #151B1E;
}
</style>