Shades of Black Pearl #21292B
Tints of Black Pearl #21292B
RGB
CMYK
RGB Variations
Color information
#21292B (or 0x21292B) is known color: Black Pearl. HEX triplet: 21, 29 and 2B. RGB value is (33,41,43). Sum of RGB (Red+Green+Blue) = 33+41+43=117 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.21% from 117); Green value is 41 (16.41% from 255 or 35.04% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 43 - color contains mainly: blue. Hex color #21292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21292B is #DED6D4. Grayscale: #262626. Windows color (decimal): -14603989 or 2828577. OLE color: 2828577.
HSL color Cylindrical-coordinate representation of color #21292B: hue angle of 192º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #21292B is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 33 | 41 | 43 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.83 |
| HSL | 192º | 0.13% | 0.15% | - |
| HSV(B) | 192º | 0.23% | 0.17% | - |
| XYZ | 1.86 | 2.08 | 2.59 | - |
| YUV | 38.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 43 | 0.23 | 0.05 | 0 | 0.83 | 192 | 0.13 | 0.15 |
| Hex | 21 | 29 | 2B | 17 | 5 | 0 | 53 | C0 | D | F |
| Octal | 41 | 51 | 53 | 27 | 5 | 0 | 123 | 300 | 15 | 17 |
| Binary | 100001 | 101001 | 101011 | 10111 | 101 | 0 | 1010011 | 11000000 | 1101 | 1111 |
Color Harmonies of #21292B
Complementary color
Monochromatic Colors of #21292B
Black with #21292B
Text Example
Text Example
White with #21292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21292B; }
p { color: rgb(33,41,43); }
H1.HeaderClassName
{
color: #21292B;
}
.AnyTagClassName
{
color: #21292B;
}
</style>
background-color css
<style>
a { background-color: #21292B; }
a { background-color: rgb(33,41,43); }
div.DivClassName
{
background-color: #21292B;
}
.BgClassName
{
background-color: #21292B;
}
</style>
border-color css
<style>
span { border-color: #21292B; }
span { border-color: rgb(33,41,43); }
td.TdClassName
{
border-color: #21292B;
}
.TagClassName
{
border-color: #21292B;
}
</style>