Shades of Black Pearl #1E2123
Tints of Black Pearl #1E2123
RGB
CMYK
RGB Variations
Color information
#1E2123 (or 0x1E2123) is known color: Black Pearl. HEX triplet: 1E, 21 and 23. RGB value is (30,33,35). Sum of RGB (Red+Green+Blue) = 30+33+35=98 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.61% from 98); Green value is 33 (13.28% from 255 or 33.67% from 98); Blue value is 35 (14.06% from 255 or 35.71% from 98); Max value from RGB is 35 - color contains mainly: blue. Hex color #1E2123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2123 is #E1DEDC. Grayscale: #202020. Windows color (decimal): -14802653 or 2302238. OLE color: 2302238.
HSL color Cylindrical-coordinate representation of color #1E2123: hue angle of 204º degrees, saturation: 0.08, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #1E2123 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 30 | 33 | 35 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.86 |
| HSL | 204º | 0.08% | 0.13% | - |
| HSV(B) | 204º | 0.14% | 0.14% | - |
| XYZ | 1.38 | 1.49 | 1.8 | - |
| YUV | 32.33 | 129.51 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 33 | 35 | 0.14 | 0.06 | 0 | 0.86 | 204 | 0.08 | 0.13 |
| Hex | 1E | 21 | 23 | E | 6 | 0 | 56 | CC | 8 | D |
| Octal | 36 | 41 | 43 | 16 | 6 | 0 | 126 | 314 | 10 | 15 |
| Binary | 11110 | 100001 | 100011 | 1110 | 110 | 0 | 1010110 | 11001100 | 1000 | 1101 |
Color Harmonies of #1E2123
Complementary color
Monochromatic Colors of #1E2123
Black with #1E2123
Text Example
Text Example
White with #1E2123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2123; }
p { color: rgb(30,33,35); }
H1.HeaderClassName
{
color: #1E2123;
}
.AnyTagClassName
{
color: #1E2123;
}
</style>
background-color css
<style>
a { background-color: #1E2123; }
a { background-color: rgb(30,33,35); }
div.DivClassName
{
background-color: #1E2123;
}
.BgClassName
{
background-color: #1E2123;
}
</style>
border-color css
<style>
span { border-color: #1E2123; }
span { border-color: rgb(30,33,35); }
td.TdClassName
{
border-color: #1E2123;
}
.TagClassName
{
border-color: #1E2123;
}
</style>