Shades of Black Pearl #1E2D31
Tints of Black Pearl #1E2D31
RGB
CMYK
RGB Variations
Color information
#1E2D31 (or 0x1E2D31) is known color: Black Pearl. HEX triplet: 1E, 2D and 31. RGB value is (30,45,49). Sum of RGB (Red+Green+Blue) = 30+45+49=124 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.19% from 124); Green value is 45 (17.97% from 255 or 36.29% from 124); Blue value is 49 (19.53% from 255 or 39.52% from 124); Max value from RGB is 49 - color contains mainly: blue. Hex color #1E2D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2D31 is #E1D2CE. Grayscale: #282828. Windows color (decimal): -14799567 or 3222814. OLE color: 3222814.
HSL color Cylindrical-coordinate representation of color #1E2D31: hue angle of 192.63º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1E2D31 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 45 | 49 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.81 |
| HSL | 192.63º | 0.24% | 0.15% | - |
| HSV(B) | 192.63º | 0.39% | 0.19% | - |
| XYZ | 2.03 | 2.37 | 3.26 | - |
| YUV | 40.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 45 | 49 | 0.39 | 0.08 | 0 | 0.81 | 192.63 | 0.24 | 0.15 |
| Hex | 1E | 2D | 31 | 27 | 8 | 0 | 51 | C1 | 18 | F |
| Octal | 36 | 55 | 61 | 47 | 10 | 0 | 121 | 301 | 30 | 17 |
| Binary | 11110 | 101101 | 110001 | 100111 | 1000 | 0 | 1010001 | 11000001 | 11000 | 1111 |
Color Harmonies of #1E2D31
Complementary color
Monochromatic Colors of #1E2D31
Black with #1E2D31
Text Example
Text Example
White with #1E2D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2D31; }
p { color: rgb(30,45,49); }
H1.HeaderClassName
{
color: #1E2D31;
}
.AnyTagClassName
{
color: #1E2D31;
}
</style>
background-color css
<style>
a { background-color: #1E2D31; }
a { background-color: rgb(30,45,49); }
div.DivClassName
{
background-color: #1E2D31;
}
.BgClassName
{
background-color: #1E2D31;
}
</style>
border-color css
<style>
span { border-color: #1E2D31; }
span { border-color: rgb(30,45,49); }
td.TdClassName
{
border-color: #1E2D31;
}
.TagClassName
{
border-color: #1E2D31;
}
</style>