Shades of Black Pearl #1F282B
Tints of Black Pearl #1F282B
RGB
CMYK
RGB Variations
Color information
#1F282B (or 0x1F282B) is known color: Black Pearl. HEX triplet: 1F, 28 and 2B. RGB value is (31,40,43). Sum of RGB (Red+Green+Blue) = 31+40+43=114 (15% of max value = 765). Red value is 31 (12.5% from 255 or 27.19% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 43 - color contains mainly: blue. Hex color #1F282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F282B is #E0D7D4. Grayscale: #252525. Windows color (decimal): -14735317 or 2828319. OLE color: 2828319.
HSL color Cylindrical-coordinate representation of color #1F282B: hue angle of 195º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #1F282B is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 31 | 40 | 43 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.83 |
| HSL | 195º | 0.16% | 0.15% | - |
| HSV(B) | 195º | 0.28% | 0.17% | - |
| XYZ | 1.76 | 1.98 | 2.58 | - |
| YUV | 37.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 40 | 43 | 0.28 | 0.07 | 0 | 0.83 | 195 | 0.16 | 0.15 |
| Hex | 1F | 28 | 2B | 1C | 7 | 0 | 53 | C3 | 10 | F |
| Octal | 37 | 50 | 53 | 34 | 7 | 0 | 123 | 303 | 20 | 17 |
| Binary | 11111 | 101000 | 101011 | 11100 | 111 | 0 | 1010011 | 11000011 | 10000 | 1111 |
Color Harmonies of #1F282B
Complementary color
Monochromatic Colors of #1F282B
Black with #1F282B
Text Example
Text Example
White with #1F282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F282B; }
p { color: rgb(31,40,43); }
H1.HeaderClassName
{
color: #1F282B;
}
.AnyTagClassName
{
color: #1F282B;
}
</style>
background-color css
<style>
a { background-color: #1F282B; }
a { background-color: rgb(31,40,43); }
div.DivClassName
{
background-color: #1F282B;
}
.BgClassName
{
background-color: #1F282B;
}
</style>
border-color css
<style>
span { border-color: #1F282B; }
span { border-color: rgb(31,40,43); }
td.TdClassName
{
border-color: #1F282B;
}
.TagClassName
{
border-color: #1F282B;
}
</style>