Shades of Black Pearl #152629
Tints of Black Pearl #152629
RGB
CMYK
RGB Variations
Color information
#152629 (or 0x152629) is known color: Black Pearl. HEX triplet: 15, 26 and 29. RGB value is (21,38,41). Sum of RGB (Red+Green+Blue) = 21+38+41=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 41 (16.41% from 255 or 41% from 100); Max value from RGB is 41 - color contains mainly: blue. Hex color #152629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152629 is #EAD9D6. Grayscale: #212121. Windows color (decimal): -15391191 or 2696725. OLE color: 2696725.
HSL color Cylindrical-coordinate representation of color #152629: hue angle of 189º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #152629 is Cyan = 0.49, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 21 | 38 | 41 | - |
| CMYK | 0.49 | 0.07 | 0 | 0.84 |
| HSL | 189º | 0.32% | 0.12% | - |
| HSV(B) | 189º | 0.49% | 0.16% | - |
| XYZ | 1.4 | 1.71 | 2.35 | - |
| YUV | 33.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 38 | 41 | 0.49 | 0.07 | 0 | 0.84 | 189 | 0.32 | 0.12 |
| Hex | 15 | 26 | 29 | 31 | 7 | 0 | 54 | BD | 20 | C |
| Octal | 25 | 46 | 51 | 61 | 7 | 0 | 124 | 275 | 40 | 14 |
| Binary | 10101 | 100110 | 101001 | 110001 | 111 | 0 | 1010100 | 10111101 | 100000 | 1100 |
Color Harmonies of #152629
Complementary color
Monochromatic Colors of #152629
Black with #152629
Text Example
Text Example
White with #152629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152629; }
p { color: rgb(21,38,41); }
H1.HeaderClassName
{
color: #152629;
}
.AnyTagClassName
{
color: #152629;
}
</style>
background-color css
<style>
a { background-color: #152629; }
a { background-color: rgb(21,38,41); }
div.DivClassName
{
background-color: #152629;
}
.BgClassName
{
background-color: #152629;
}
</style>
border-color css
<style>
span { border-color: #152629; }
span { border-color: rgb(21,38,41); }
td.TdClassName
{
border-color: #152629;
}
.TagClassName
{
border-color: #152629;
}
</style>