Shades of Black Pearl #1E2B31
Tints of Black Pearl #1E2B31
RGB
CMYK
RGB Variations
Color information
#1E2B31 (or 0x1E2B31) is known color: Black Pearl. HEX triplet: 1E, 2B and 31. RGB value is (30,43,49). Sum of RGB (Red+Green+Blue) = 30+43+49=122 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.59% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 49 (19.53% from 255 or 40.16% from 122); Max value from RGB is 49 - color contains mainly: blue. Hex color #1E2B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2B31 is #E1D4CE. Grayscale: #272727. Windows color (decimal): -14800079 or 3222302. OLE color: 3222302.
HSL color Cylindrical-coordinate representation of color #1E2B31: hue angle of 198.95º 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 #1E2B31 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 43 | 49 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.81 |
| HSL | 198.95º | 0.24% | 0.15% | - |
| HSV(B) | 198.95º | 0.39% | 0.19% | - |
| XYZ | 1.95 | 2.23 | 3.23 | - |
| YUV | 39.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 43 | 49 | 0.39 | 0.12 | 0 | 0.81 | 198.95 | 0.24 | 0.15 |
| Hex | 1E | 2B | 31 | 27 | C | 0 | 51 | C7 | 18 | F |
| Octal | 36 | 53 | 61 | 47 | 14 | 0 | 121 | 307 | 30 | 17 |
| Binary | 11110 | 101011 | 110001 | 100111 | 1100 | 0 | 1010001 | 11000111 | 11000 | 1111 |
Color Harmonies of #1E2B31
Complementary color
Monochromatic Colors of #1E2B31
Black with #1E2B31
Text Example
Text Example
White with #1E2B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2B31; }
p { color: rgb(30,43,49); }
H1.HeaderClassName
{
color: #1E2B31;
}
.AnyTagClassName
{
color: #1E2B31;
}
</style>
background-color css
<style>
a { background-color: #1E2B31; }
a { background-color: rgb(30,43,49); }
div.DivClassName
{
background-color: #1E2B31;
}
.BgClassName
{
background-color: #1E2B31;
}
</style>
border-color css
<style>
span { border-color: #1E2B31; }
span { border-color: rgb(30,43,49); }
td.TdClassName
{
border-color: #1E2B31;
}
.TagClassName
{
border-color: #1E2B31;
}
</style>