Shades of Black Pearl #031F2B
Tints of Black Pearl #031F2B
RGB
CMYK
RGB Variations
Color information
#031F2B (or 0x031F2B) is known color: Black Pearl. HEX triplet: 03, 1F and 2B. RGB value is (3,31,43). Sum of RGB (Red+Green+Blue) = 3+31+43=77 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.90% from 77); Green value is 31 (12.5% from 255 or 40.26% from 77); Blue value is 43 (17.19% from 255 or 55.84% from 77); Max value from RGB is 43 - color contains mainly: blue. Hex color #031F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F2B is #FCE0D4. Grayscale: #171717. Windows color (decimal): -16572629 or 2825987. OLE color: 2825987.
HSL color Cylindrical-coordinate representation of color #031F2B: hue angle of 198º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #031F2B is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 3 | 31 | 43 | - |
| CMYK | 0.93 | 0.28 | 0 | 0.83 |
| HSL | 198º | 0.87% | 0.09% | - |
| HSV(B) | 198º | 0.93% | 0.17% | - |
| XYZ | 0.96 | 1.17 | 2.46 | - |
| YUV | 24 | 138.72 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 43 | 0.93 | 0.28 | 0 | 0.83 | 198 | 0.87 | 0.09 |
| Hex | 3 | 1F | 2B | 5D | 1C | 0 | 53 | C6 | 57 | 9 |
| Octal | 3 | 37 | 53 | 135 | 34 | 0 | 123 | 306 | 127 | 11 |
| Binary | 11 | 11111 | 101011 | 1011101 | 11100 | 0 | 1010011 | 11000110 | 1010111 | 1001 |
Color Harmonies of #031F2B
Complementary color
Monochromatic Colors of #031F2B
Black with #031F2B
Text Example
Text Example
White with #031F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031F2B; }
p { color: rgb(3,31,43); }
H1.HeaderClassName
{
color: #031F2B;
}
.AnyTagClassName
{
color: #031F2B;
}
</style>
background-color css
<style>
a { background-color: #031F2B; }
a { background-color: rgb(3,31,43); }
div.DivClassName
{
background-color: #031F2B;
}
.BgClassName
{
background-color: #031F2B;
}
</style>
border-color css
<style>
span { border-color: #031F2B; }
span { border-color: rgb(3,31,43); }
td.TdClassName
{
border-color: #031F2B;
}
.TagClassName
{
border-color: #031F2B;
}
</style>