Shades of Black Pearl #1E2326
Tints of Black Pearl #1E2326
RGB
CMYK
RGB Variations
Color information
#1E2326 (or 0x1E2326) is known color: Black Pearl. HEX triplet: 1E, 23 and 26. RGB value is (30,35,38). Sum of RGB (Red+Green+Blue) = 30+35+38=103 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.13% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 38 (15.23% from 255 or 36.89% from 103); Max value from RGB is 38 - color contains mainly: blue. Hex color #1E2326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2326 is #E1DCD9. Grayscale: #212121. Windows color (decimal): -14802138 or 2499358. OLE color: 2499358.
HSL color Cylindrical-coordinate representation of color #1E2326: hue angle of 202.5º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #1E2326 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 35 | 38 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.85 |
| HSL | 202.5º | 0.12% | 0.13% | - |
| HSV(B) | 202.5º | 0.21% | 0.15% | - |
| XYZ | 1.49 | 1.62 | 2.07 | - |
| YUV | 33.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 35 | 38 | 0.21 | 0.08 | 0 | 0.85 | 202.5 | 0.12 | 0.13 |
| Hex | 1E | 23 | 26 | 15 | 8 | 0 | 55 | CA | C | D |
| Octal | 36 | 43 | 46 | 25 | 10 | 0 | 125 | 312 | 14 | 15 |
| Binary | 11110 | 100011 | 100110 | 10101 | 1000 | 0 | 1010101 | 11001010 | 1100 | 1101 |
Color Harmonies of #1E2326
Complementary color
Monochromatic Colors of #1E2326
Black with #1E2326
Text Example
Text Example
White with #1E2326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2326; }
p { color: rgb(30,35,38); }
H1.HeaderClassName
{
color: #1E2326;
}
.AnyTagClassName
{
color: #1E2326;
}
</style>
background-color css
<style>
a { background-color: #1E2326; }
a { background-color: rgb(30,35,38); }
div.DivClassName
{
background-color: #1E2326;
}
.BgClassName
{
background-color: #1E2326;
}
</style>
border-color css
<style>
span { border-color: #1E2326; }
span { border-color: rgb(30,35,38); }
td.TdClassName
{
border-color: #1E2326;
}
.TagClassName
{
border-color: #1E2326;
}
</style>