Shades of Black Pearl #1F2A30
Tints of Black Pearl #1F2A30
RGB
CMYK
RGB Variations
Color information
#1F2A30 (or 0x1F2A30) is known color: Black Pearl. HEX triplet: 1F, 2A and 30. RGB value is (31,42,48). Sum of RGB (Red+Green+Blue) = 31+42+48=121 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.62% from 121); Green value is 42 (16.80% from 255 or 34.71% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 48 - color contains mainly: blue. Hex color #1F2A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2A30 is #E0D5CF. Grayscale: #272727. Windows color (decimal): -14734800 or 3156511. OLE color: 3156511.
HSL color Cylindrical-coordinate representation of color #1F2A30: hue angle of 201.18º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1F2A30 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 42 | 48 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.81 |
| HSL | 201.18º | 0.22% | 0.15% | - |
| HSV(B) | 201.18º | 0.35% | 0.19% | - |
| XYZ | 1.93 | 2.16 | 3.11 | - |
| YUV | 39.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 42 | 48 | 0.35 | 0.13 | 0 | 0.81 | 201.18 | 0.22 | 0.15 |
| Hex | 1F | 2A | 30 | 23 | D | 0 | 51 | C9 | 16 | F |
| Octal | 37 | 52 | 60 | 43 | 15 | 0 | 121 | 311 | 26 | 17 |
| Binary | 11111 | 101010 | 110000 | 100011 | 1101 | 0 | 1010001 | 11001001 | 10110 | 1111 |
Color Harmonies of #1F2A30
Complementary color
Monochromatic Colors of #1F2A30
Black with #1F2A30
Text Example
Text Example
White with #1F2A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2A30; }
p { color: rgb(31,42,48); }
H1.HeaderClassName
{
color: #1F2A30;
}
.AnyTagClassName
{
color: #1F2A30;
}
</style>
background-color css
<style>
a { background-color: #1F2A30; }
a { background-color: rgb(31,42,48); }
div.DivClassName
{
background-color: #1F2A30;
}
.BgClassName
{
background-color: #1F2A30;
}
</style>
border-color css
<style>
span { border-color: #1F2A30; }
span { border-color: rgb(31,42,48); }
td.TdClassName
{
border-color: #1F2A30;
}
.TagClassName
{
border-color: #1F2A30;
}
</style>