Shades of Black Pearl #1F2D32
Tints of Black Pearl #1F2D32
RGB
CMYK
RGB Variations
Color information
#1F2D32 (or 0x1F2D32) is known color: Black Pearl. HEX triplet: 1F, 2D and 32. RGB value is (31,45,50). Sum of RGB (Red+Green+Blue) = 31+45+50=126 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.60% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 50 (19.92% from 255 or 39.68% from 126); Max value from RGB is 50 - color contains mainly: blue. Hex color #1F2D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2D32 is #E0D2CD. Grayscale: #292929. Windows color (decimal): -14734030 or 3288351. OLE color: 3288351.
HSL color Cylindrical-coordinate representation of color #1F2D32: hue angle of 195.79º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1F2D32 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 45 | 50 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.80 |
| HSL | 195.79º | 0.23% | 0.16% | - |
| HSV(B) | 195.79º | 0.38% | 0.2% | - |
| XYZ | 2.08 | 2.4 | 3.37 | - |
| YUV | 41.38 | 132.86 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 45 | 50 | 0.38 | 0.10 | 0 | 0.80 | 195.79 | 0.23 | 0.16 |
| Hex | 1F | 2D | 32 | 26 | A | 0 | 50 | C4 | 17 | 10 |
| Octal | 37 | 55 | 62 | 46 | 12 | 0 | 120 | 304 | 27 | 20 |
| Binary | 11111 | 101101 | 110010 | 100110 | 1010 | 0 | 1010000 | 11000100 | 10111 | 10000 |
Color Harmonies of #1F2D32
Complementary color
Monochromatic Colors of #1F2D32
Black with #1F2D32
Text Example
Text Example
White with #1F2D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2D32; }
p { color: rgb(31,45,50); }
H1.HeaderClassName
{
color: #1F2D32;
}
.AnyTagClassName
{
color: #1F2D32;
}
</style>
background-color css
<style>
a { background-color: #1F2D32; }
a { background-color: rgb(31,45,50); }
div.DivClassName
{
background-color: #1F2D32;
}
.BgClassName
{
background-color: #1F2D32;
}
</style>
border-color css
<style>
span { border-color: #1F2D32; }
span { border-color: rgb(31,45,50); }
td.TdClassName
{
border-color: #1F2D32;
}
.TagClassName
{
border-color: #1F2D32;
}
</style>