Shades of Black Pearl #031F28
Tints of Black Pearl #031F28
RGB
CMYK
RGB Variations
Color information
#031F28 (or 0x031F28) is known color: Black Pearl. HEX triplet: 03, 1F and 28. RGB value is (3,31,40). Sum of RGB (Red+Green+Blue) = 3+31+40=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 31 (12.5% from 255 or 41.89% from 74); Blue value is 40 (16.02% from 255 or 54.05% from 74); Max value from RGB is 40 - color contains mainly: blue. Hex color #031F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F28 is #FCE0D7. Grayscale: #171717. Windows color (decimal): -16572632 or 2629379. OLE color: 2629379.
HSL color Cylindrical-coordinate representation of color #031F28: hue angle of 194.59º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #031F28 is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 31 | 40 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.84 |
| HSL | 194.59º | 0.86% | 0.08% | - |
| HSV(B) | 194.59º | 0.93% | 0.16% | - |
| XYZ | 0.91 | 1.15 | 2.18 | - |
| YUV | 23.65 | 137.22 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 40 | 0.93 | 0.22 | 0 | 0.84 | 194.59 | 0.86 | 0.08 |
| Hex | 3 | 1F | 28 | 5D | 16 | 0 | 54 | C3 | 56 | 8 |
| Octal | 3 | 37 | 50 | 135 | 26 | 0 | 124 | 303 | 126 | 10 |
| Binary | 11 | 11111 | 101000 | 1011101 | 10110 | 0 | 1010100 | 11000011 | 1010110 | 1000 |
Color Harmonies of #031F28
Complementary color
Monochromatic Colors of #031F28
Black with #031F28
Text Example
Text Example
White with #031F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031F28; }
p { color: rgb(3,31,40); }
H1.HeaderClassName
{
color: #031F28;
}
.AnyTagClassName
{
color: #031F28;
}
</style>
background-color css
<style>
a { background-color: #031F28; }
a { background-color: rgb(3,31,40); }
div.DivClassName
{
background-color: #031F28;
}
.BgClassName
{
background-color: #031F28;
}
</style>
border-color css
<style>
span { border-color: #031F28; }
span { border-color: rgb(3,31,40); }
td.TdClassName
{
border-color: #031F28;
}
.TagClassName
{
border-color: #031F28;
}
</style>