Shades of Black Pearl #03171E
Tints of Black Pearl #03171E
RGB
CMYK
RGB Variations
Color information
#03171E (or 0x03171E) is known color: Black Pearl. HEX triplet: 03, 17 and 1E. RGB value is (3,23,30). Sum of RGB (Red+Green+Blue) = 3+23+30=56 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.36% from 56); Green value is 23 (9.38% from 255 or 41.07% from 56); Blue value is 30 (12.11% from 255 or 53.57% from 56); Max value from RGB is 30 - color contains mainly: blue. Hex color #03171E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03171E is #FCE8E1. Grayscale: #111111. Windows color (decimal): -16574690 or 1971971. OLE color: 1971971.
HSL color Cylindrical-coordinate representation of color #03171E: hue angle of 195.56º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #03171E is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 3 | 23 | 30 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.88 |
| HSL | 195.56º | 0.82% | 0.06% | - |
| HSV(B) | 195.56º | 0.9% | 0.12% | - |
| XYZ | 0.58 | 0.73 | 1.34 | - |
| YUV | 17.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 23 | 30 | 0.90 | 0.23 | 0 | 0.88 | 195.56 | 0.82 | 0.06 |
| Hex | 3 | 17 | 1E | 5A | 17 | 0 | 58 | C4 | 52 | 6 |
| Octal | 3 | 27 | 36 | 132 | 27 | 0 | 130 | 304 | 122 | 6 |
| Binary | 11 | 10111 | 11110 | 1011010 | 10111 | 0 | 1011000 | 11000100 | 1010010 | 110 |
Color Harmonies of #03171E
Complementary color
Monochromatic Colors of #03171E
Black with #03171E
Text Example
Text Example
White with #03171E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03171E; }
p { color: rgb(3,23,30); }
H1.HeaderClassName
{
color: #03171E;
}
.AnyTagClassName
{
color: #03171E;
}
</style>
background-color css
<style>
a { background-color: #03171E; }
a { background-color: rgb(3,23,30); }
div.DivClassName
{
background-color: #03171E;
}
.BgClassName
{
background-color: #03171E;
}
</style>
border-color css
<style>
span { border-color: #03171E; }
span { border-color: rgb(3,23,30); }
td.TdClassName
{
border-color: #03171E;
}
.TagClassName
{
border-color: #03171E;
}
</style>