Shades of Black Pearl #1E2C2F
Tints of Black Pearl #1E2C2F
RGB
CMYK
RGB Variations
Color information
#1E2C2F (or 0x1E2C2F) is known color: Black Pearl. HEX triplet: 1E, 2C and 2F. RGB value is (30,44,47). Sum of RGB (Red+Green+Blue) = 30+44+47=121 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.79% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 47 - color contains mainly: blue. Hex color #1E2C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2C2F is #E1D3D0. Grayscale: #282828. Windows color (decimal): -14799825 or 3091486. OLE color: 3091486.
HSL color Cylindrical-coordinate representation of color #1E2C2F: hue angle of 190.59º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1E2C2F is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 30 | 44 | 47 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.82 |
| HSL | 190.59º | 0.22% | 0.15% | - |
| HSV(B) | 190.59º | 0.36% | 0.18% | - |
| XYZ | 1.95 | 2.28 | 3.03 | - |
| YUV | 40.16 | 131.86 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 44 | 47 | 0.36 | 0.06 | 0 | 0.82 | 190.59 | 0.22 | 0.15 |
| Hex | 1E | 2C | 2F | 24 | 6 | 0 | 52 | BF | 16 | F |
| Octal | 36 | 54 | 57 | 44 | 6 | 0 | 122 | 277 | 26 | 17 |
| Binary | 11110 | 101100 | 101111 | 100100 | 110 | 0 | 1010010 | 10111111 | 10110 | 1111 |
Color Harmonies of #1E2C2F
Complementary color
Monochromatic Colors of #1E2C2F
Black with #1E2C2F
Text Example
Text Example
White with #1E2C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2C2F; }
p { color: rgb(30,44,47); }
H1.HeaderClassName
{
color: #1E2C2F;
}
.AnyTagClassName
{
color: #1E2C2F;
}
</style>
background-color css
<style>
a { background-color: #1E2C2F; }
a { background-color: rgb(30,44,47); }
div.DivClassName
{
background-color: #1E2C2F;
}
.BgClassName
{
background-color: #1E2C2F;
}
</style>
border-color css
<style>
span { border-color: #1E2C2F; }
span { border-color: rgb(30,44,47); }
td.TdClassName
{
border-color: #1E2C2F;
}
.TagClassName
{
border-color: #1E2C2F;
}
</style>