Shades of Black Pearl #1F252A
Tints of Black Pearl #1F252A
RGB
CMYK
RGB Variations
Color information
#1F252A (or 0x1F252A) is known color: Black Pearl. HEX triplet: 1F, 25 and 2A. RGB value is (31,37,42). Sum of RGB (Red+Green+Blue) = 31+37+42=110 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.18% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 42 (16.80% from 255 or 38.18% from 110); Max value from RGB is 42 - color contains mainly: blue. Hex color #1F252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F252A is #E0DAD5. Grayscale: #232323. Windows color (decimal): -14736086 or 2762015. OLE color: 2762015.
HSL color Cylindrical-coordinate representation of color #1F252A: hue angle of 207.27º degrees, saturation: 0.15, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1F252A is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 37 | 42 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.84 |
| HSL | 207.27º | 0.15% | 0.14% | - |
| HSV(B) | 207.27º | 0.26% | 0.16% | - |
| XYZ | 1.64 | 1.78 | 2.45 | - |
| YUV | 35.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 37 | 42 | 0.26 | 0.12 | 0 | 0.84 | 207.27 | 0.15 | 0.14 |
| Hex | 1F | 25 | 2A | 1A | C | 0 | 54 | CF | F | E |
| Octal | 37 | 45 | 52 | 32 | 14 | 0 | 124 | 317 | 17 | 16 |
| Binary | 11111 | 100101 | 101010 | 11010 | 1100 | 0 | 1010100 | 11001111 | 1111 | 1110 |
Color Harmonies of #1F252A
Complementary color
Monochromatic Colors of #1F252A
Black with #1F252A
Text Example
Text Example
White with #1F252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F252A; }
p { color: rgb(31,37,42); }
H1.HeaderClassName
{
color: #1F252A;
}
.AnyTagClassName
{
color: #1F252A;
}
</style>
background-color css
<style>
a { background-color: #1F252A; }
a { background-color: rgb(31,37,42); }
div.DivClassName
{
background-color: #1F252A;
}
.BgClassName
{
background-color: #1F252A;
}
</style>
border-color css
<style>
span { border-color: #1F252A; }
span { border-color: rgb(31,37,42); }
td.TdClassName
{
border-color: #1F252A;
}
.TagClassName
{
border-color: #1F252A;
}
</style>