Shades of Black Pearl #031733
Tints of Black Pearl #031733
RGB
CMYK
RGB Variations
Color information
#031733 (or 0x031733) is known color: Black Pearl. HEX triplet: 03, 17 and 33. RGB value is (3,23,51). Sum of RGB (Red+Green+Blue) = 3+23+51=77 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.90% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 51 (20.31% from 255 or 66.23% from 77); Max value from RGB is 51 - color contains mainly: blue. Hex color #031733 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031733 is #FCE8CC. Grayscale: #141414. Windows color (decimal): -16574669 or 3348227. OLE color: 3348227.
HSL color Cylindrical-coordinate representation of color #031733: hue angle of 215º 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 #031733 is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 3 | 23 | 51 | - |
| CMYK | 0.94 | 0.55 | 0 | 0.8 |
| HSL | 215º | 0.89% | 0.11% | - |
| HSV(B) | 215º | 0.94% | 0.2% | - |
| XYZ | 0.94 | 0.87 | 3.25 | - |
| YUV | 20.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 23 | 51 | 0.94 | 0.55 | 0 | 0.8 | 215 | 0.89 | 0.11 |
| Hex | 3 | 17 | 33 | 5E | 37 | 0 | 50 | D7 | 59 | B |
| Octal | 3 | 27 | 63 | 136 | 67 | 0 | 120 | 327 | 131 | 13 |
| Binary | 11 | 10111 | 110011 | 1011110 | 110111 | 0 | 1010000 | 11010111 | 1011001 | 1011 |
Color Harmonies of #031733
Complementary color
Monochromatic Colors of #031733
Black with #031733
Text Example
Text Example
White with #031733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031733; }
p { color: rgb(3,23,51); }
H1.HeaderClassName
{
color: #031733;
}
.AnyTagClassName
{
color: #031733;
}
</style>
background-color css
<style>
a { background-color: #031733; }
a { background-color: rgb(3,23,51); }
div.DivClassName
{
background-color: #031733;
}
.BgClassName
{
background-color: #031733;
}
</style>
border-color css
<style>
span { border-color: #031733; }
span { border-color: rgb(3,23,51); }
td.TdClassName
{
border-color: #031733;
}
.TagClassName
{
border-color: #031733;
}
</style>