Shades of Black Pearl #171E29
Tints of Black Pearl #171E29
RGB
CMYK
RGB Variations
Color information
#171E29 (or 0x171E29) is known color: Black Pearl. HEX triplet: 17, 1E and 29. RGB value is (23,30,41). Sum of RGB (Red+Green+Blue) = 23+30+41=94 (12% of max value = 765). Red value is 23 (9.38% from 255 or 24.47% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 41 (16.41% from 255 or 43.62% from 94); Max value from RGB is 41 - color contains mainly: blue. Hex color #171E29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171E29 is #E8E1D6. Grayscale: #1D1D1D. Windows color (decimal): -15262167 or 2694679. OLE color: 2694679.
HSL color Cylindrical-coordinate representation of color #171E29: hue angle of 216.67º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #171E29 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 23 | 30 | 41 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.84 |
| HSL | 216.67º | 0.28% | 0.13% | - |
| HSV(B) | 216.67º | 0.44% | 0.16% | - |
| XYZ | 1.22 | 1.27 | 2.28 | - |
| YUV | 29.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 30 | 41 | 0.44 | 0.27 | 0 | 0.84 | 216.67 | 0.28 | 0.13 |
| Hex | 17 | 1E | 29 | 2C | 1B | 0 | 54 | D9 | 1C | D |
| Octal | 27 | 36 | 51 | 54 | 33 | 0 | 124 | 331 | 34 | 15 |
| Binary | 10111 | 11110 | 101001 | 101100 | 11011 | 0 | 1010100 | 11011001 | 11100 | 1101 |
Color Harmonies of #171E29
Complementary color
Monochromatic Colors of #171E29
Black with #171E29
Text Example
Text Example
White with #171E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171E29; }
p { color: rgb(23,30,41); }
H1.HeaderClassName
{
color: #171E29;
}
.AnyTagClassName
{
color: #171E29;
}
</style>
background-color css
<style>
a { background-color: #171E29; }
a { background-color: rgb(23,30,41); }
div.DivClassName
{
background-color: #171E29;
}
.BgClassName
{
background-color: #171E29;
}
</style>
border-color css
<style>
span { border-color: #171E29; }
span { border-color: rgb(23,30,41); }
td.TdClassName
{
border-color: #171E29;
}
.TagClassName
{
border-color: #171E29;
}
</style>