Shades of Black Pearl #1F2A2F
Tints of Black Pearl #1F2A2F
RGB
CMYK
RGB Variations
Color information
#1F2A2F (or 0x1F2A2F) is known color: Black Pearl. HEX triplet: 1F, 2A and 2F. RGB value is (31,42,47). Sum of RGB (Red+Green+Blue) = 31+42+47=120 (15% of max value = 765). Red value is 31 (12.5% from 255 or 25.83% from 120); Green value is 42 (16.80% from 255 or 35% 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 #1F2A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2A2F is #E0D5D0. Grayscale: #272727. Windows color (decimal): -14734801 or 3090975. OLE color: 3090975.
HSL color Cylindrical-coordinate representation of color #1F2A2F: hue angle of 198.75º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1F2A2F is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 42 | 47 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.82 |
| HSL | 198.75º | 0.21% | 0.15% | - |
| HSV(B) | 198.75º | 0.34% | 0.18% | - |
| XYZ | 1.91 | 2.15 | 3 | - |
| YUV | 39.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 42 | 47 | 0.34 | 0.11 | 0 | 0.82 | 198.75 | 0.21 | 0.15 |
| Hex | 1F | 2A | 2F | 22 | B | 0 | 52 | C7 | 15 | F |
| Octal | 37 | 52 | 57 | 42 | 13 | 0 | 122 | 307 | 25 | 17 |
| Binary | 11111 | 101010 | 101111 | 100010 | 1011 | 0 | 1010010 | 11000111 | 10101 | 1111 |
Color Harmonies of #1F2A2F
Complementary color
Monochromatic Colors of #1F2A2F
Black with #1F2A2F
Text Example
Text Example
White with #1F2A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2A2F; }
p { color: rgb(31,42,47); }
H1.HeaderClassName
{
color: #1F2A2F;
}
.AnyTagClassName
{
color: #1F2A2F;
}
</style>
background-color css
<style>
a { background-color: #1F2A2F; }
a { background-color: rgb(31,42,47); }
div.DivClassName
{
background-color: #1F2A2F;
}
.BgClassName
{
background-color: #1F2A2F;
}
</style>
border-color css
<style>
span { border-color: #1F2A2F; }
span { border-color: rgb(31,42,47); }
td.TdClassName
{
border-color: #1F2A2F;
}
.TagClassName
{
border-color: #1F2A2F;
}
</style>