Shades of Black Pearl #21282A
Tints of Black Pearl #21282A
RGB
CMYK
RGB Variations
Color information
#21282A (or 0x21282A) is known color: Black Pearl. HEX triplet: 21, 28 and 2A. RGB value is (33,40,42). Sum of RGB (Red+Green+Blue) = 33+40+42=115 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.70% from 115); Green value is 40 (16.02% from 255 or 34.78% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 42 - color contains mainly: blue. Hex color #21282A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21282A is #DED7D5. Grayscale: #262626. Windows color (decimal): -14604246 or 2762785. OLE color: 2762785.
HSL color Cylindrical-coordinate representation of color #21282A: hue angle of 193.33º degrees, saturation: 0.12, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #21282A is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 40 | 42 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.84 |
| HSL | 193.33º | 0.12% | 0.15% | - |
| HSV(B) | 193.33º | 0.21% | 0.16% | - |
| XYZ | 1.8 | 2.01 | 2.48 | - |
| YUV | 38.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 40 | 42 | 0.21 | 0.05 | 0 | 0.84 | 193.33 | 0.12 | 0.15 |
| Hex | 21 | 28 | 2A | 15 | 5 | 0 | 54 | C1 | C | F |
| Octal | 41 | 50 | 52 | 25 | 5 | 0 | 124 | 301 | 14 | 17 |
| Binary | 100001 | 101000 | 101010 | 10101 | 101 | 0 | 1010100 | 11000001 | 1100 | 1111 |
Color Harmonies of #21282A
Complementary color
Monochromatic Colors of #21282A
Black with #21282A
Text Example
Text Example
White with #21282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21282A; }
p { color: rgb(33,40,42); }
H1.HeaderClassName
{
color: #21282A;
}
.AnyTagClassName
{
color: #21282A;
}
</style>
background-color css
<style>
a { background-color: #21282A; }
a { background-color: rgb(33,40,42); }
div.DivClassName
{
background-color: #21282A;
}
.BgClassName
{
background-color: #21282A;
}
</style>
border-color css
<style>
span { border-color: #21282A; }
span { border-color: rgb(33,40,42); }
td.TdClassName
{
border-color: #21282A;
}
.TagClassName
{
border-color: #21282A;
}
</style>