Shades of Black Pearl #1E252A
Tints of Black Pearl #1E252A
RGB
CMYK
RGB Variations
Color information
#1E252A (or 0x1E252A) is known color: Black Pearl. HEX triplet: 1E, 25 and 2A. RGB value is (30,37,42). Sum of RGB (Red+Green+Blue) = 30+37+42=109 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.52% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 42 (16.80% from 255 or 38.53% from 109); Max value from RGB is 42 - color contains mainly: blue. Hex color #1E252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E252A is #E1DAD5. Grayscale: #232323. Windows color (decimal): -14801622 or 2762014. OLE color: 2762014.
HSL color Cylindrical-coordinate representation of color #1E252A: hue angle of 205º degrees, saturation: 0.17, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1E252A is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 30 | 37 | 42 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.84 |
| HSL | 205º | 0.17% | 0.14% | - |
| HSV(B) | 205º | 0.29% | 0.16% | - |
| XYZ | 1.61 | 1.77 | 2.45 | - |
| YUV | 35.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 37 | 42 | 0.29 | 0.12 | 0 | 0.84 | 205 | 0.17 | 0.14 |
| Hex | 1E | 25 | 2A | 1D | C | 0 | 54 | CD | 11 | E |
| Octal | 36 | 45 | 52 | 35 | 14 | 0 | 124 | 315 | 21 | 16 |
| Binary | 11110 | 100101 | 101010 | 11101 | 1100 | 0 | 1010100 | 11001101 | 10001 | 1110 |
Color Harmonies of #1E252A
Complementary color
Monochromatic Colors of #1E252A
Black with #1E252A
Text Example
Text Example
White with #1E252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E252A; }
p { color: rgb(30,37,42); }
H1.HeaderClassName
{
color: #1E252A;
}
.AnyTagClassName
{
color: #1E252A;
}
</style>
background-color css
<style>
a { background-color: #1E252A; }
a { background-color: rgb(30,37,42); }
div.DivClassName
{
background-color: #1E252A;
}
.BgClassName
{
background-color: #1E252A;
}
</style>
border-color css
<style>
span { border-color: #1E252A; }
span { border-color: rgb(30,37,42); }
td.TdClassName
{
border-color: #1E252A;
}
.TagClassName
{
border-color: #1E252A;
}
</style>