Shades of Black Pearl #151A1F
Tints of Black Pearl #151A1F
RGB
CMYK
RGB Variations
Color information
#151A1F (or 0x151A1F) is known color: Black Pearl. HEX triplet: 15, 1A and 1F. RGB value is (21,26,31). Sum of RGB (Red+Green+Blue) = 21+26+31=78 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.92% from 78); Green value is 26 (10.55% from 255 or 33.33% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 31 - color contains mainly: blue. Hex color #151A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151A1F is #EAE5E0. Grayscale: #191919. Windows color (decimal): -15394273 or 2038293. OLE color: 2038293.
HSL color Cylindrical-coordinate representation of color #151A1F: hue angle of 210º degrees, saturation: 0.19, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #151A1F is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 21 | 26 | 31 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.88 |
| HSL | 210º | 0.19% | 0.1% | - |
| HSV(B) | 210º | 0.32% | 0.12% | - |
| XYZ | 0.93 | 1 | 1.44 | - |
| YUV | 25.08 | 131.34 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 26 | 31 | 0.32 | 0.16 | 0 | 0.88 | 210 | 0.19 | 0.1 |
| Hex | 15 | 1A | 1F | 20 | 10 | 0 | 58 | D2 | 13 | A |
| Octal | 25 | 32 | 37 | 40 | 20 | 0 | 130 | 322 | 23 | 12 |
| Binary | 10101 | 11010 | 11111 | 100000 | 10000 | 0 | 1011000 | 11010010 | 10011 | 1010 |
Color Harmonies of #151A1F
Complementary color
Monochromatic Colors of #151A1F
Black with #151A1F
Text Example
Text Example
White with #151A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151A1F; }
p { color: rgb(21,26,31); }
H1.HeaderClassName
{
color: #151A1F;
}
.AnyTagClassName
{
color: #151A1F;
}
</style>
background-color css
<style>
a { background-color: #151A1F; }
a { background-color: rgb(21,26,31); }
div.DivClassName
{
background-color: #151A1F;
}
.BgClassName
{
background-color: #151A1F;
}
</style>
border-color css
<style>
span { border-color: #151A1F; }
span { border-color: rgb(21,26,31); }
td.TdClassName
{
border-color: #151A1F;
}
.TagClassName
{
border-color: #151A1F;
}
</style>