Shades of Black Pearl #031720
Tints of Black Pearl #031720
RGB
CMYK
RGB Variations
Color information
#031720 (or 0x031720) is known color: Black Pearl. HEX triplet: 03, 17 and 20. RGB value is (3,23,32). Sum of RGB (Red+Green+Blue) = 3+23+32=58 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.17% from 58); Green value is 23 (9.38% from 255 or 39.66% from 58); Blue value is 32 (12.89% from 255 or 55.17% from 58); Max value from RGB is 32 - color contains mainly: blue. Hex color #031720 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031720 is #FCE8DF. Grayscale: #111111. Windows color (decimal): -16574688 or 2103043. OLE color: 2103043.
HSL color Cylindrical-coordinate representation of color #031720: hue angle of 198.62º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #031720 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 23 | 32 | - |
| CMYK | 0.91 | 0.28 | 0 | 0.87 |
| HSL | 198.62º | 0.83% | 0.07% | - |
| HSV(B) | 198.62º | 0.91% | 0.13% | - |
| XYZ | 0.6 | 0.74 | 1.48 | - |
| YUV | 18.05 | 135.87 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 23 | 32 | 0.91 | 0.28 | 0 | 0.87 | 198.62 | 0.83 | 0.07 |
| Hex | 3 | 17 | 20 | 5B | 1C | 0 | 57 | C7 | 53 | 7 |
| Octal | 3 | 27 | 40 | 133 | 34 | 0 | 127 | 307 | 123 | 7 |
| Binary | 11 | 10111 | 100000 | 1011011 | 11100 | 0 | 1010111 | 11000111 | 1010011 | 111 |
Color Harmonies of #031720
Complementary color
Monochromatic Colors of #031720
Black with #031720
Text Example
Text Example
White with #031720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031720; }
p { color: rgb(3,23,32); }
H1.HeaderClassName
{
color: #031720;
}
.AnyTagClassName
{
color: #031720;
}
</style>
background-color css
<style>
a { background-color: #031720; }
a { background-color: rgb(3,23,32); }
div.DivClassName
{
background-color: #031720;
}
.BgClassName
{
background-color: #031720;
}
</style>
border-color css
<style>
span { border-color: #031720; }
span { border-color: rgb(3,23,32); }
td.TdClassName
{
border-color: #031720;
}
.TagClassName
{
border-color: #031720;
}
</style>