Shades of Black Pearl #20292E
Tints of Black Pearl #20292E
RGB
CMYK
RGB Variations
Color information
#20292E (or 0x20292E) is known color: Black Pearl. HEX triplet: 20, 29 and 2E. RGB value is (32,41,46). Sum of RGB (Red+Green+Blue) = 32+41+46=119 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.89% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 46 - color contains mainly: blue. Hex color #20292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20292E is #DFD6D1. Grayscale: #262626. Windows color (decimal): -14669522 or 3025184. OLE color: 3025184.
HSL color Cylindrical-coordinate representation of color #20292E: hue angle of 201.43º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #20292E is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 41 | 46 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.82 |
| HSL | 201.43º | 0.18% | 0.15% | - |
| HSV(B) | 201.43º | 0.3% | 0.18% | - |
| XYZ | 1.88 | 2.09 | 2.89 | - |
| YUV | 38.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 41 | 46 | 0.30 | 0.11 | 0 | 0.82 | 201.43 | 0.18 | 0.15 |
| Hex | 20 | 29 | 2E | 1E | B | 0 | 52 | C9 | 12 | F |
| Octal | 40 | 51 | 56 | 36 | 13 | 0 | 122 | 311 | 22 | 17 |
| Binary | 100000 | 101001 | 101110 | 11110 | 1011 | 0 | 1010010 | 11001001 | 10010 | 1111 |
Color Harmonies of #20292E
Complementary color
Monochromatic Colors of #20292E
Black with #20292E
Text Example
Text Example
White with #20292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20292E; }
p { color: rgb(32,41,46); }
H1.HeaderClassName
{
color: #20292E;
}
.AnyTagClassName
{
color: #20292E;
}
</style>
background-color css
<style>
a { background-color: #20292E; }
a { background-color: rgb(32,41,46); }
div.DivClassName
{
background-color: #20292E;
}
.BgClassName
{
background-color: #20292E;
}
</style>
border-color css
<style>
span { border-color: #20292E; }
span { border-color: rgb(32,41,46); }
td.TdClassName
{
border-color: #20292E;
}
.TagClassName
{
border-color: #20292E;
}
</style>