Shades of Black Pearl #1E2B2F
Tints of Black Pearl #1E2B2F
RGB
CMYK
RGB Variations
Color information
#1E2B2F (or 0x1E2B2F) is known color: Black Pearl. HEX triplet: 1E, 2B and 2F. RGB value is (30,43,47). Sum of RGB (Red+Green+Blue) = 30+43+47=120 (15% of max value = 765). Red value is 30 (12.11% from 255 or 25% from 120); Green value is 43 (17.19% from 255 or 35.83% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 47 - color contains mainly: blue. Hex color #1E2B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2B2F is #E1D4D0. Grayscale: #272727. Windows color (decimal): -14800081 or 3091230. OLE color: 3091230.
HSL color Cylindrical-coordinate representation of color #1E2B2F: hue angle of 194.12º 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 #1E2B2F is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 30 | 43 | 47 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.82 |
| HSL | 194.12º | 0.22% | 0.15% | - |
| HSV(B) | 194.12º | 0.36% | 0.18% | - |
| XYZ | 1.91 | 2.21 | 3.01 | - |
| YUV | 39.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 43 | 47 | 0.36 | 0.09 | 0 | 0.82 | 194.12 | 0.22 | 0.15 |
| Hex | 1E | 2B | 2F | 24 | 9 | 0 | 52 | C2 | 16 | F |
| Octal | 36 | 53 | 57 | 44 | 11 | 0 | 122 | 302 | 26 | 17 |
| Binary | 11110 | 101011 | 101111 | 100100 | 1001 | 0 | 1010010 | 11000010 | 10110 | 1111 |
Color Harmonies of #1E2B2F
Complementary color
Monochromatic Colors of #1E2B2F
Black with #1E2B2F
Text Example
Text Example
White with #1E2B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2B2F; }
p { color: rgb(30,43,47); }
H1.HeaderClassName
{
color: #1E2B2F;
}
.AnyTagClassName
{
color: #1E2B2F;
}
</style>
background-color css
<style>
a { background-color: #1E2B2F; }
a { background-color: rgb(30,43,47); }
div.DivClassName
{
background-color: #1E2B2F;
}
.BgClassName
{
background-color: #1E2B2F;
}
</style>
border-color css
<style>
span { border-color: #1E2B2F; }
span { border-color: rgb(30,43,47); }
td.TdClassName
{
border-color: #1E2B2F;
}
.TagClassName
{
border-color: #1E2B2F;
}
</style>