Shades of Black Pearl #1E272D
Tints of Black Pearl #1E272D
RGB
CMYK
RGB Variations
Color information
#1E272D (or 0x1E272D) is known color: Black Pearl. HEX triplet: 1E, 27 and 2D. RGB value is (30,39,45). Sum of RGB (Red+Green+Blue) = 30+39+45=114 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.32% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 45 (17.97% from 255 or 39.47% from 114); Max value from RGB is 45 - color contains mainly: blue. Hex color #1E272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E272D is #E1D8D2. Grayscale: #242424. Windows color (decimal): -14801107 or 2959134. OLE color: 2959134.
HSL color Cylindrical-coordinate representation of color #1E272D: hue angle of 204º degrees, saturation: 0.2, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1E272D is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 30 | 39 | 45 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.82 |
| HSL | 204º | 0.2% | 0.15% | - |
| HSV(B) | 204º | 0.33% | 0.18% | - |
| XYZ | 1.73 | 1.92 | 2.76 | - |
| YUV | 36.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 39 | 45 | 0.33 | 0.13 | 0 | 0.82 | 204 | 0.2 | 0.15 |
| Hex | 1E | 27 | 2D | 21 | D | 0 | 52 | CC | 14 | F |
| Octal | 36 | 47 | 55 | 41 | 15 | 0 | 122 | 314 | 24 | 17 |
| Binary | 11110 | 100111 | 101101 | 100001 | 1101 | 0 | 1010010 | 11001100 | 10100 | 1111 |
Color Harmonies of #1E272D
Complementary color
Monochromatic Colors of #1E272D
Black with #1E272D
Text Example
Text Example
White with #1E272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E272D; }
p { color: rgb(30,39,45); }
H1.HeaderClassName
{
color: #1E272D;
}
.AnyTagClassName
{
color: #1E272D;
}
</style>
background-color css
<style>
a { background-color: #1E272D; }
a { background-color: rgb(30,39,45); }
div.DivClassName
{
background-color: #1E272D;
}
.BgClassName
{
background-color: #1E272D;
}
</style>
border-color css
<style>
span { border-color: #1E272D; }
span { border-color: rgb(30,39,45); }
td.TdClassName
{
border-color: #1E272D;
}
.TagClassName
{
border-color: #1E272D;
}
</style>