Shades of Black Pearl #1E2428
Tints of Black Pearl #1E2428
RGB
CMYK
RGB Variations
Color information
#1E2428 (or 0x1E2428) is known color: Black Pearl. HEX triplet: 1E, 24 and 28. RGB value is (30,36,40). Sum of RGB (Red+Green+Blue) = 30+36+40=106 (14% of max value = 765). Red value is 30 (12.11% from 255 or 28.30% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 40 - color contains mainly: blue. Hex color #1E2428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2428 is #E1DBD7. Grayscale: #222222. Windows color (decimal): -14801880 or 2630686. OLE color: 2630686.
HSL color Cylindrical-coordinate representation of color #1E2428: hue angle of 204º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #1E2428 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 30 | 36 | 40 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.84 |
| HSL | 204º | 0.14% | 0.14% | - |
| HSV(B) | 204º | 0.25% | 0.16% | - |
| XYZ | 1.55 | 1.69 | 2.25 | - |
| YUV | 34.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 36 | 40 | 0.25 | 0.10 | 0 | 0.84 | 204 | 0.14 | 0.14 |
| Hex | 1E | 24 | 28 | 19 | A | 0 | 54 | CC | E | E |
| Octal | 36 | 44 | 50 | 31 | 12 | 0 | 124 | 314 | 16 | 16 |
| Binary | 11110 | 100100 | 101000 | 11001 | 1010 | 0 | 1010100 | 11001100 | 1110 | 1110 |
Color Harmonies of #1E2428
Complementary color
Monochromatic Colors of #1E2428
Black with #1E2428
Text Example
Text Example
White with #1E2428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2428; }
p { color: rgb(30,36,40); }
H1.HeaderClassName
{
color: #1E2428;
}
.AnyTagClassName
{
color: #1E2428;
}
</style>
background-color css
<style>
a { background-color: #1E2428; }
a { background-color: rgb(30,36,40); }
div.DivClassName
{
background-color: #1E2428;
}
.BgClassName
{
background-color: #1E2428;
}
</style>
border-color css
<style>
span { border-color: #1E2428; }
span { border-color: rgb(30,36,40); }
td.TdClassName
{
border-color: #1E2428;
}
.TagClassName
{
border-color: #1E2428;
}
</style>