Shades of Black Pearl #1F282A
Tints of Black Pearl #1F282A
RGB
CMYK
RGB Variations
Color information
#1F282A (or 0x1F282A) is known color: Black Pearl. HEX triplet: 1F, 28 and 2A. RGB value is (31,40,42). Sum of RGB (Red+Green+Blue) = 31+40+42=113 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.43% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 42 - color contains mainly: blue. Hex color #1F282A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F282A is #E0D7D5. Grayscale: #252525. Windows color (decimal): -14735318 or 2762783. OLE color: 2762783.
HSL color Cylindrical-coordinate representation of color #1F282A: hue angle of 190.91º 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 #1F282A is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 40 | 42 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.84 |
| HSL | 190.91º | 0.15% | 0.14% | - |
| HSV(B) | 190.91º | 0.26% | 0.16% | - |
| XYZ | 1.74 | 1.98 | 2.48 | - |
| YUV | 37.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 40 | 42 | 0.26 | 0.05 | 0 | 0.84 | 190.91 | 0.15 | 0.14 |
| Hex | 1F | 28 | 2A | 1A | 5 | 0 | 54 | BF | F | E |
| Octal | 37 | 50 | 52 | 32 | 5 | 0 | 124 | 277 | 17 | 16 |
| Binary | 11111 | 101000 | 101010 | 11010 | 101 | 0 | 1010100 | 10111111 | 1111 | 1110 |
Color Harmonies of #1F282A
Complementary color
Monochromatic Colors of #1F282A
Black with #1F282A
Text Example
Text Example
White with #1F282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F282A; }
p { color: rgb(31,40,42); }
H1.HeaderClassName
{
color: #1F282A;
}
.AnyTagClassName
{
color: #1F282A;
}
</style>
background-color css
<style>
a { background-color: #1F282A; }
a { background-color: rgb(31,40,42); }
div.DivClassName
{
background-color: #1F282A;
}
.BgClassName
{
background-color: #1F282A;
}
</style>
border-color css
<style>
span { border-color: #1F282A; }
span { border-color: rgb(31,40,42); }
td.TdClassName
{
border-color: #1F282A;
}
.TagClassName
{
border-color: #1F282A;
}
</style>