Shades of Black Pearl #031D37
Tints of Black Pearl #031D37
RGB
CMYK
RGB Variations
Color information
#031D37 (or 0x031D37) is known color: Black Pearl. HEX triplet: 03, 1D and 37. RGB value is (3,29,55). Sum of RGB (Red+Green+Blue) = 3+29+55=87 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.45% from 87); Green value is 29 (11.72% from 255 or 33.33% from 87); Blue value is 55 (21.88% from 255 or 63.22% from 87); Max value from RGB is 55 - color contains mainly: blue. Hex color #031D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D37 is #FCE2C8. Grayscale: #181818. Windows color (decimal): -16573129 or 3611907. OLE color: 3611907.
HSL color Cylindrical-coordinate representation of color #031D37: hue angle of 210º 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 #031D37 is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 3 | 29 | 55 | - |
| CMYK | 0.95 | 0.47 | 0 | 0.78 |
| HSL | 210º | 0.9% | 0.11% | - |
| HSV(B) | 210º | 0.95% | 0.22% | - |
| XYZ | 1.17 | 1.17 | 3.78 | - |
| YUV | 24.19 | 145.39 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 55 | 0.95 | 0.47 | 0 | 0.78 | 210 | 0.9 | 0.11 |
| Hex | 3 | 1D | 37 | 5F | 2F | 0 | 4E | D2 | 5A | B |
| Octal | 3 | 35 | 67 | 137 | 57 | 0 | 116 | 322 | 132 | 13 |
| Binary | 11 | 11101 | 110111 | 1011111 | 101111 | 0 | 1001110 | 11010010 | 1011010 | 1011 |
Color Harmonies of #031D37
Complementary color
Monochromatic Colors of #031D37
Black with #031D37
Text Example
Text Example
White with #031D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031D37; }
p { color: rgb(3,29,55); }
H1.HeaderClassName
{
color: #031D37;
}
.AnyTagClassName
{
color: #031D37;
}
</style>
background-color css
<style>
a { background-color: #031D37; }
a { background-color: rgb(3,29,55); }
div.DivClassName
{
background-color: #031D37;
}
.BgClassName
{
background-color: #031D37;
}
</style>
border-color css
<style>
span { border-color: #031D37; }
span { border-color: rgb(3,29,55); }
td.TdClassName
{
border-color: #031D37;
}
.TagClassName
{
border-color: #031D37;
}
</style>