Shades of Black Pearl #03171D
Tints of Black Pearl #03171D
RGB
CMYK
RGB Variations
Color information
#03171D (or 0x03171D) is known color: Black Pearl. HEX triplet: 03, 17 and 1D. RGB value is (3,23,29). Sum of RGB (Red+Green+Blue) = 3+23+29=55 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.45% from 55); Green value is 23 (9.38% from 255 or 41.82% from 55); Blue value is 29 (11.72% from 255 or 52.73% from 55); Max value from RGB is 29 - color contains mainly: blue. Hex color #03171D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03171D is #FCE8E2. Grayscale: #111111. Windows color (decimal): -16574691 or 1906435. OLE color: 1906435.
HSL color Cylindrical-coordinate representation of color #03171D: hue angle of 193.85º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #03171D is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 23 | 29 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.89 |
| HSL | 193.85º | 0.81% | 0.06% | - |
| HSV(B) | 193.85º | 0.9% | 0.11% | - |
| XYZ | 0.57 | 0.72 | 1.27 | - |
| YUV | 17.7 | 134.37 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 23 | 29 | 0.90 | 0.21 | 0 | 0.89 | 193.85 | 0.81 | 0.06 |
| Hex | 3 | 17 | 1D | 5A | 15 | 0 | 59 | C2 | 51 | 6 |
| Octal | 3 | 27 | 35 | 132 | 25 | 0 | 131 | 302 | 121 | 6 |
| Binary | 11 | 10111 | 11101 | 1011010 | 10101 | 0 | 1011001 | 11000010 | 1010001 | 110 |
Color Harmonies of #03171D
Complementary color
Monochromatic Colors of #03171D
Black with #03171D
Text Example
Text Example
White with #03171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03171D; }
p { color: rgb(3,23,29); }
H1.HeaderClassName
{
color: #03171D;
}
.AnyTagClassName
{
color: #03171D;
}
</style>
background-color css
<style>
a { background-color: #03171D; }
a { background-color: rgb(3,23,29); }
div.DivClassName
{
background-color: #03171D;
}
.BgClassName
{
background-color: #03171D;
}
</style>
border-color css
<style>
span { border-color: #03171D; }
span { border-color: rgb(3,23,29); }
td.TdClassName
{
border-color: #03171D;
}
.TagClassName
{
border-color: #03171D;
}
</style>