Shades of Black Pearl #1F2C31
Tints of Black Pearl #1F2C31
RGB
CMYK
RGB Variations
Color information
#1F2C31 (or 0x1F2C31) is known color: Black Pearl. HEX triplet: 1F, 2C and 31. RGB value is (31,44,49). Sum of RGB (Red+Green+Blue) = 31+44+49=124 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25% from 124); Green value is 44 (17.58% from 255 or 35.48% 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 #1F2C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2C31 is #E0D3CE. Grayscale: #282828. Windows color (decimal): -14734287 or 3222559. OLE color: 3222559.
HSL color Cylindrical-coordinate representation of color #1F2C31: hue angle of 196.67º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1F2C31 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 44 | 49 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.81 |
| HSL | 196.67º | 0.23% | 0.16% | - |
| HSV(B) | 196.67º | 0.37% | 0.19% | - |
| XYZ | 2.02 | 2.31 | 3.25 | - |
| YUV | 40.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 44 | 49 | 0.37 | 0.10 | 0 | 0.81 | 196.67 | 0.23 | 0.16 |
| Hex | 1F | 2C | 31 | 25 | A | 0 | 51 | C5 | 16 | 10 |
| Octal | 37 | 54 | 61 | 45 | 12 | 0 | 121 | 305 | 26 | 20 |
| Binary | 11111 | 101100 | 110001 | 100101 | 1010 | 0 | 1010001 | 11000101 | 10110 | 10000 |
Color Harmonies of #1F2C31
Complementary color
Monochromatic Colors of #1F2C31
Black with #1F2C31
Text Example
Text Example
White with #1F2C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2C31; }
p { color: rgb(31,44,49); }
H1.HeaderClassName
{
color: #1F2C31;
}
.AnyTagClassName
{
color: #1F2C31;
}
</style>
background-color css
<style>
a { background-color: #1F2C31; }
a { background-color: rgb(31,44,49); }
div.DivClassName
{
background-color: #1F2C31;
}
.BgClassName
{
background-color: #1F2C31;
}
</style>
border-color css
<style>
span { border-color: #1F2C31; }
span { border-color: rgb(31,44,49); }
td.TdClassName
{
border-color: #1F2C31;
}
.TagClassName
{
border-color: #1F2C31;
}
</style>