Shades of Black Pearl #031F37
Tints of Black Pearl #031F37
RGB
CMYK
RGB Variations
Color information
#031F37 (or 0x031F37) is known color: Black Pearl. HEX triplet: 03, 1F and 37. RGB value is (3,31,55). Sum of RGB (Red+Green+Blue) = 3+31+55=89 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.37% from 89); Green value is 31 (12.5% from 255 or 34.83% from 89); Blue value is 55 (21.88% from 255 or 61.80% from 89); Max value from RGB is 55 - color contains mainly: blue. Hex color #031F37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F37 is #FCE0C8. Grayscale: #191919. Windows color (decimal): -16572617 or 3612419. OLE color: 3612419.
HSL color Cylindrical-coordinate representation of color #031F37: hue angle of 207.69º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #031F37 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 3 | 31 | 55 | - |
| CMYK | 0.95 | 0.44 | 0 | 0.78 |
| HSL | 207.69º | 0.9% | 0.11% | - |
| HSV(B) | 207.69º | 0.95% | 0.22% | - |
| XYZ | 1.22 | 1.28 | 3.8 | - |
| YUV | 25.36 | 144.72 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 55 | 0.95 | 0.44 | 0 | 0.78 | 207.69 | 0.9 | 0.11 |
| Hex | 3 | 1F | 37 | 5F | 2C | 0 | 4E | D0 | 5A | B |
| Octal | 3 | 37 | 67 | 137 | 54 | 0 | 116 | 320 | 132 | 13 |
| Binary | 11 | 11111 | 110111 | 1011111 | 101100 | 0 | 1001110 | 11010000 | 1011010 | 1011 |
Color Harmonies of #031F37
Complementary color
Monochromatic Colors of #031F37
Black with #031F37
Text Example
Text Example
White with #031F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031F37; }
p { color: rgb(3,31,55); }
H1.HeaderClassName
{
color: #031F37;
}
.AnyTagClassName
{
color: #031F37;
}
</style>
background-color css
<style>
a { background-color: #031F37; }
a { background-color: rgb(3,31,55); }
div.DivClassName
{
background-color: #031F37;
}
.BgClassName
{
background-color: #031F37;
}
</style>
border-color css
<style>
span { border-color: #031F37; }
span { border-color: rgb(3,31,55); }
td.TdClassName
{
border-color: #031F37;
}
.TagClassName
{
border-color: #031F37;
}
</style>