Shades of Black Pearl #1F2527
Tints of Black Pearl #1F2527
RGB
CMYK
RGB Variations
Color information
#1F2527 (or 0x1F2527) is known color: Black Pearl. HEX triplet: 1F, 25 and 27. RGB value is (31,37,39). Sum of RGB (Red+Green+Blue) = 31+37+39=107 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.97% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 39 (15.62% from 255 or 36.45% from 107); Max value from RGB is 39 - color contains mainly: blue. Hex color #1F2527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2527 is #E0DAD8. Grayscale: #232323. Windows color (decimal): -14736089 or 2565407. OLE color: 2565407.
HSL color Cylindrical-coordinate representation of color #1F2527: hue angle of 195º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #1F2527 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 37 | 39 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.85 |
| HSL | 195º | 0.11% | 0.14% | - |
| HSV(B) | 195º | 0.21% | 0.15% | - |
| XYZ | 1.59 | 1.76 | 2.18 | - |
| YUV | 35.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 37 | 39 | 0.21 | 0.05 | 0 | 0.85 | 195 | 0.11 | 0.14 |
| Hex | 1F | 25 | 27 | 15 | 5 | 0 | 55 | C3 | B | E |
| Octal | 37 | 45 | 47 | 25 | 5 | 0 | 125 | 303 | 13 | 16 |
| Binary | 11111 | 100101 | 100111 | 10101 | 101 | 0 | 1010101 | 11000011 | 1011 | 1110 |
Color Harmonies of #1F2527
Complementary color
Monochromatic Colors of #1F2527
Black with #1F2527
Text Example
Text Example
White with #1F2527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2527; }
p { color: rgb(31,37,39); }
H1.HeaderClassName
{
color: #1F2527;
}
.AnyTagClassName
{
color: #1F2527;
}
</style>
background-color css
<style>
a { background-color: #1F2527; }
a { background-color: rgb(31,37,39); }
div.DivClassName
{
background-color: #1F2527;
}
.BgClassName
{
background-color: #1F2527;
}
</style>
border-color css
<style>
span { border-color: #1F2527; }
span { border-color: rgb(31,37,39); }
td.TdClassName
{
border-color: #1F2527;
}
.TagClassName
{
border-color: #1F2527;
}
</style>