Shades of Black Pearl #031F33
Tints of Black Pearl #031F33
RGB
CMYK
RGB Variations
Color information
#031F33 (or 0x031F33) is known color: Black Pearl. HEX triplet: 03, 1F and 33. RGB value is (3,31,51). Sum of RGB (Red+Green+Blue) = 3+31+51=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 31 (12.5% from 255 or 36.47% from 85); Blue value is 51 (20.31% from 255 or 60% from 85); Max value from RGB is 51 - color contains mainly: blue. Hex color #031F33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031F33 is #FCE0CC. Grayscale: #181818. Windows color (decimal): -16572621 or 3350275. OLE color: 3350275.
HSL color Cylindrical-coordinate representation of color #031F33: hue angle of 205º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031F33 is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 3 | 31 | 51 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.8 |
| HSL | 205º | 0.89% | 0.11% | - |
| HSV(B) | 205º | 0.94% | 0.2% | - |
| XYZ | 1.13 | 1.24 | 3.31 | - |
| YUV | 24.91 | 142.72 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 51 | 0.94 | 0.39 | 0 | 0.8 | 205 | 0.89 | 0.11 |
| Hex | 3 | 1F | 33 | 5E | 27 | 0 | 50 | CD | 59 | B |
| Octal | 3 | 37 | 63 | 136 | 47 | 0 | 120 | 315 | 131 | 13 |
| Binary | 11 | 11111 | 110011 | 1011110 | 100111 | 0 | 1010000 | 11001101 | 1011001 | 1011 |
Color Harmonies of #031F33
Complementary color
Monochromatic Colors of #031F33
Black with #031F33
Text Example
Text Example
White with #031F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031F33; }
p { color: rgb(3,31,51); }
H1.HeaderClassName
{
color: #031F33;
}
.AnyTagClassName
{
color: #031F33;
}
</style>
background-color css
<style>
a { background-color: #031F33; }
a { background-color: rgb(3,31,51); }
div.DivClassName
{
background-color: #031F33;
}
.BgClassName
{
background-color: #031F33;
}
</style>
border-color css
<style>
span { border-color: #031F33; }
span { border-color: rgb(3,31,51); }
td.TdClassName
{
border-color: #031F33;
}
.TagClassName
{
border-color: #031F33;
}
</style>