Shades of Black Pearl #151D23
Tints of Black Pearl #151D23
RGB
CMYK
RGB Variations
Color information
#151D23 (or 0x151D23) is known color: Black Pearl. HEX triplet: 15, 1D and 23. RGB value is (21,29,35). Sum of RGB (Red+Green+Blue) = 21+29+35=85 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.71% from 85); Green value is 29 (11.72% from 255 or 34.12% from 85); Blue value is 35 (14.06% from 255 or 41.18% from 85); Max value from RGB is 35 - color contains mainly: blue. Hex color #151D23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151D23 is #EAE2DC. Grayscale: #1B1B1B. Windows color (decimal): -15393501 or 2301205. OLE color: 2301205.
HSL color Cylindrical-coordinate representation of color #151D23: hue angle of 205.71º 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 #151D23 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 21 | 29 | 35 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.86 |
| HSL | 205.71º | 0.25% | 0.11% | - |
| HSV(B) | 205.71º | 0.4% | 0.14% | - |
| XYZ | 1.05 | 1.16 | 1.76 | - |
| YUV | 27.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 29 | 35 | 0.40 | 0.17 | 0 | 0.86 | 205.71 | 0.25 | 0.11 |
| Hex | 15 | 1D | 23 | 28 | 11 | 0 | 56 | CE | 19 | B |
| Octal | 25 | 35 | 43 | 50 | 21 | 0 | 126 | 316 | 31 | 13 |
| Binary | 10101 | 11101 | 100011 | 101000 | 10001 | 0 | 1010110 | 11001110 | 11001 | 1011 |
Color Harmonies of #151D23
Complementary color
Monochromatic Colors of #151D23
Black with #151D23
Text Example
Text Example
White with #151D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151D23; }
p { color: rgb(21,29,35); }
H1.HeaderClassName
{
color: #151D23;
}
.AnyTagClassName
{
color: #151D23;
}
</style>
background-color css
<style>
a { background-color: #151D23; }
a { background-color: rgb(21,29,35); }
div.DivClassName
{
background-color: #151D23;
}
.BgClassName
{
background-color: #151D23;
}
</style>
border-color css
<style>
span { border-color: #151D23; }
span { border-color: rgb(21,29,35); }
td.TdClassName
{
border-color: #151D23;
}
.TagClassName
{
border-color: #151D23;
}
</style>