Shades of Black Pearl #1F272C
Tints of Black Pearl #1F272C
RGB
CMYK
RGB Variations
Color information
#1F272C (or 0x1F272C) is known color: Black Pearl. HEX triplet: 1F, 27 and 2C. RGB value is (31,39,44). Sum of RGB (Red+Green+Blue) = 31+39+44=114 (15% of max value = 765). Red value is 31 (12.5% from 255 or 27.19% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 44 (17.58% from 255 or 38.60% from 114); Max value from RGB is 44 - color contains mainly: blue. Hex color #1F272C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F272C is #E0D8D3. Grayscale: #252525. Windows color (decimal): -14735572 or 2893599. OLE color: 2893599.
HSL color Cylindrical-coordinate representation of color #1F272C: hue angle of 203.08º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1F272C is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 31 | 39 | 44 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.83 |
| HSL | 203.08º | 0.17% | 0.15% | - |
| HSV(B) | 203.08º | 0.3% | 0.17% | - |
| XYZ | 1.75 | 1.92 | 2.66 | - |
| YUV | 37.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 39 | 44 | 0.30 | 0.11 | 0 | 0.83 | 203.08 | 0.17 | 0.15 |
| Hex | 1F | 27 | 2C | 1E | B | 0 | 53 | CB | 11 | F |
| Octal | 37 | 47 | 54 | 36 | 13 | 0 | 123 | 313 | 21 | 17 |
| Binary | 11111 | 100111 | 101100 | 11110 | 1011 | 0 | 1010011 | 11001011 | 10001 | 1111 |
Color Harmonies of #1F272C
Complementary color
Monochromatic Colors of #1F272C
Black with #1F272C
Text Example
Text Example
White with #1F272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F272C; }
p { color: rgb(31,39,44); }
H1.HeaderClassName
{
color: #1F272C;
}
.AnyTagClassName
{
color: #1F272C;
}
</style>
background-color css
<style>
a { background-color: #1F272C; }
a { background-color: rgb(31,39,44); }
div.DivClassName
{
background-color: #1F272C;
}
.BgClassName
{
background-color: #1F272C;
}
</style>
border-color css
<style>
span { border-color: #1F272C; }
span { border-color: rgb(31,39,44); }
td.TdClassName
{
border-color: #1F272C;
}
.TagClassName
{
border-color: #1F272C;
}
</style>