Shades of Black Pearl #1F2E34
Tints of Black Pearl #1F2E34
RGB
CMYK
RGB Variations
Color information
#1F2E34 (or 0x1F2E34) is known color: Black Pearl. HEX triplet: 1F, 2E and 34. RGB value is (31,46,52). Sum of RGB (Red+Green+Blue) = 31+46+52=129 (17% of max value = 765). Red value is 31 (12.5% from 255 or 24.03% from 129); Green value is 46 (18.36% from 255 or 35.66% from 129); Blue value is 52 (20.70% from 255 or 40.31% from 129); Max value from RGB is 52 - color contains mainly: blue. Hex color #1F2E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2E34 is #E0D1CB. Grayscale: #2A2A2A. Windows color (decimal): -14733772 or 3419679. OLE color: 3419679.
HSL color Cylindrical-coordinate representation of color #1F2E34: hue angle of 197.14º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1F2E34 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 46 | 52 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.80 |
| HSL | 197.14º | 0.25% | 0.16% | - |
| HSV(B) | 197.14º | 0.4% | 0.2% | - |
| XYZ | 2.16 | 2.49 | 3.62 | - |
| YUV | 42.2 | 133.53 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 46 | 52 | 0.40 | 0.12 | 0 | 0.80 | 197.14 | 0.25 | 0.16 |
| Hex | 1F | 2E | 34 | 28 | C | 0 | 50 | C5 | 19 | 10 |
| Octal | 37 | 56 | 64 | 50 | 14 | 0 | 120 | 305 | 31 | 20 |
| Binary | 11111 | 101110 | 110100 | 101000 | 1100 | 0 | 1010000 | 11000101 | 11001 | 10000 |
Color Harmonies of #1F2E34
Complementary color
Monochromatic Colors of #1F2E34
Black with #1F2E34
Text Example
Text Example
White with #1F2E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2E34; }
p { color: rgb(31,46,52); }
H1.HeaderClassName
{
color: #1F2E34;
}
.AnyTagClassName
{
color: #1F2E34;
}
</style>
background-color css
<style>
a { background-color: #1F2E34; }
a { background-color: rgb(31,46,52); }
div.DivClassName
{
background-color: #1F2E34;
}
.BgClassName
{
background-color: #1F2E34;
}
</style>
border-color css
<style>
span { border-color: #1F2E34; }
span { border-color: rgb(31,46,52); }
td.TdClassName
{
border-color: #1F2E34;
}
.TagClassName
{
border-color: #1F2E34;
}
</style>