Shades of Black Pearl #031F32
Tints of Black Pearl #031F32
RGB
CMYK
RGB Variations
Color information
#031F32 (or 0x031F32) is known color: Black Pearl. HEX triplet: 03, 1F and 32. RGB value is (3,31,50). Sum of RGB (Red+Green+Blue) = 3+31+50=84 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.57% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 50 (19.92% from 255 or 59.52% from 84); Max value from RGB is 50 - color contains mainly: blue. Hex color #031F32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F32 is #FCE0CD. Grayscale: #181818. Windows color (decimal): -16572622 or 3284739. OLE color: 3284739.
HSL color Cylindrical-coordinate representation of color #031F32: hue angle of 204.26º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031F32 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 31 | 50 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.80 |
| HSL | 204.26º | 0.89% | 0.1% | - |
| HSV(B) | 204.26º | 0.94% | 0.2% | - |
| XYZ | 1.1 | 1.23 | 3.2 | - |
| YUV | 24.79 | 142.22 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 50 | 0.94 | 0.38 | 0 | 0.80 | 204.26 | 0.89 | 0.1 |
| Hex | 3 | 1F | 32 | 5E | 26 | 0 | 50 | CC | 59 | A |
| Octal | 3 | 37 | 62 | 136 | 46 | 0 | 120 | 314 | 131 | 12 |
| Binary | 11 | 11111 | 110010 | 1011110 | 100110 | 0 | 1010000 | 11001100 | 1011001 | 1010 |
Color Harmonies of #031F32
Complementary color
Monochromatic Colors of #031F32
Black with #031F32
Text Example
Text Example
White with #031F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031F32; }
p { color: rgb(3,31,50); }
H1.HeaderClassName
{
color: #031F32;
}
.AnyTagClassName
{
color: #031F32;
}
</style>
background-color css
<style>
a { background-color: #031F32; }
a { background-color: rgb(3,31,50); }
div.DivClassName
{
background-color: #031F32;
}
.BgClassName
{
background-color: #031F32;
}
</style>
border-color css
<style>
span { border-color: #031F32; }
span { border-color: rgb(3,31,50); }
td.TdClassName
{
border-color: #031F32;
}
.TagClassName
{
border-color: #031F32;
}
</style>