Shades of Black Pearl #031D27
Tints of Black Pearl #031D27
RGB
CMYK
RGB Variations
Color information
#031D27 (or 0x031D27) is known color: Black Pearl. HEX triplet: 03, 1D and 27. RGB value is (3,29,39). Sum of RGB (Red+Green+Blue) = 3+29+39=71 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.23% from 71); Green value is 29 (11.72% from 255 or 40.85% from 71); Blue value is 39 (15.62% from 255 or 54.93% from 71); Max value from RGB is 39 - color contains mainly: blue. Hex color #031D27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D27 is #FCE2D8. Grayscale: #161616. Windows color (decimal): -16573145 or 2563331. OLE color: 2563331.
HSL color Cylindrical-coordinate representation of color #031D27: hue angle of 196.67º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #031D27 is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 3 | 29 | 39 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.85 |
| HSL | 196.67º | 0.86% | 0.08% | - |
| HSV(B) | 196.67º | 0.92% | 0.15% | - |
| XYZ | 0.84 | 1.04 | 2.08 | - |
| YUV | 22.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 39 | 0.92 | 0.26 | 0 | 0.85 | 196.67 | 0.86 | 0.08 |
| Hex | 3 | 1D | 27 | 5C | 1A | 0 | 55 | C5 | 56 | 8 |
| Octal | 3 | 35 | 47 | 134 | 32 | 0 | 125 | 305 | 126 | 10 |
| Binary | 11 | 11101 | 100111 | 1011100 | 11010 | 0 | 1010101 | 11000101 | 1010110 | 1000 |
Color Harmonies of #031D27
Complementary color
Monochromatic Colors of #031D27
Black with #031D27
Text Example
Text Example
White with #031D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031D27; }
p { color: rgb(3,29,39); }
H1.HeaderClassName
{
color: #031D27;
}
.AnyTagClassName
{
color: #031D27;
}
</style>
background-color css
<style>
a { background-color: #031D27; }
a { background-color: rgb(3,29,39); }
div.DivClassName
{
background-color: #031D27;
}
.BgClassName
{
background-color: #031D27;
}
</style>
border-color css
<style>
span { border-color: #031D27; }
span { border-color: rgb(3,29,39); }
td.TdClassName
{
border-color: #031D27;
}
.TagClassName
{
border-color: #031D27;
}
</style>