Shades of Black Pearl #151C23
Tints of Black Pearl #151C23
RGB
CMYK
RGB Variations
Color information
#151C23 (or 0x151C23) is known color: Black Pearl. HEX triplet: 15, 1C and 23. RGB value is (21,28,35). Sum of RGB (Red+Green+Blue) = 21+28+35=84 (11% of max value = 765). Red value is 21 (8.59% from 255 or 25% from 84); Green value is 28 (11.33% from 255 or 33.33% from 84); Blue value is 35 (14.06% from 255 or 41.67% from 84); Max value from RGB is 35 - color contains mainly: blue. Hex color #151C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151C23 is #EAE3DC. Grayscale: #1A1A1A. Windows color (decimal): -15393757 or 2300949. OLE color: 2300949.
HSL color Cylindrical-coordinate representation of color #151C23: hue angle of 210º degrees, saturation: 0.25, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #151C23 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 21 | 28 | 35 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.86 |
| HSL | 210º | 0.25% | 0.11% | - |
| HSV(B) | 210º | 0.4% | 0.14% | - |
| XYZ | 1.03 | 1.11 | 1.75 | - |
| YUV | 26.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 28 | 35 | 0.40 | 0.20 | 0 | 0.86 | 210 | 0.25 | 0.11 |
| Hex | 15 | 1C | 23 | 28 | 14 | 0 | 56 | D2 | 19 | B |
| Octal | 25 | 34 | 43 | 50 | 24 | 0 | 126 | 322 | 31 | 13 |
| Binary | 10101 | 11100 | 100011 | 101000 | 10100 | 0 | 1010110 | 11010010 | 11001 | 1011 |
Color Harmonies of #151C23
Complementary color
Monochromatic Colors of #151C23
Black with #151C23
Text Example
Text Example
White with #151C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151C23; }
p { color: rgb(21,28,35); }
H1.HeaderClassName
{
color: #151C23;
}
.AnyTagClassName
{
color: #151C23;
}
</style>
background-color css
<style>
a { background-color: #151C23; }
a { background-color: rgb(21,28,35); }
div.DivClassName
{
background-color: #151C23;
}
.BgClassName
{
background-color: #151C23;
}
</style>
border-color css
<style>
span { border-color: #151C23; }
span { border-color: rgb(21,28,35); }
td.TdClassName
{
border-color: #151C23;
}
.TagClassName
{
border-color: #151C23;
}
</style>