Shades of Black Pearl #031F2F
Tints of Black Pearl #031F2F
RGB
CMYK
RGB Variations
Color information
#031F2F (or 0x031F2F) is known color: Black Pearl. HEX triplet: 03, 1F and 2F. RGB value is (3,31,47). Sum of RGB (Red+Green+Blue) = 3+31+47=81 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.70% from 81); Green value is 31 (12.5% from 255 or 38.27% from 81); Blue value is 47 (18.75% from 255 or 58.02% from 81); Max value from RGB is 47 - color contains mainly: blue. Hex color #031F2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F2F is #FCE0D0. Grayscale: #181818. Windows color (decimal): -16572625 or 3088131. OLE color: 3088131.
HSL color Cylindrical-coordinate representation of color #031F2F: hue angle of 201.82º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031F2F is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 31 | 47 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.82 |
| HSL | 201.82º | 0.88% | 0.1% | - |
| HSV(B) | 201.82º | 0.94% | 0.18% | - |
| XYZ | 1.04 | 1.2 | 2.87 | - |
| YUV | 24.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 47 | 0.94 | 0.34 | 0 | 0.82 | 201.82 | 0.88 | 0.1 |
| Hex | 3 | 1F | 2F | 5E | 22 | 0 | 52 | CA | 58 | A |
| Octal | 3 | 37 | 57 | 136 | 42 | 0 | 122 | 312 | 130 | 12 |
| Binary | 11 | 11111 | 101111 | 1011110 | 100010 | 0 | 1010010 | 11001010 | 1011000 | 1010 |
Color Harmonies of #031F2F
Complementary color
Monochromatic Colors of #031F2F
Black with #031F2F
Text Example
Text Example
White with #031F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031F2F; }
p { color: rgb(3,31,47); }
H1.HeaderClassName
{
color: #031F2F;
}
.AnyTagClassName
{
color: #031F2F;
}
</style>
background-color css
<style>
a { background-color: #031F2F; }
a { background-color: rgb(3,31,47); }
div.DivClassName
{
background-color: #031F2F;
}
.BgClassName
{
background-color: #031F2F;
}
</style>
border-color css
<style>
span { border-color: #031F2F; }
span { border-color: rgb(3,31,47); }
td.TdClassName
{
border-color: #031F2F;
}
.TagClassName
{
border-color: #031F2F;
}
</style>