Shades of Black Pearl #171C21
Tints of Black Pearl #171C21
RGB
CMYK
RGB Variations
Color information
#171C21 (or 0x171C21) is known color: Black Pearl. HEX triplet: 17, 1C and 21. RGB value is (23,28,33). Sum of RGB (Red+Green+Blue) = 23+28+33=84 (11% of max value = 765). Red value is 23 (9.38% from 255 or 27.38% from 84); Green value is 28 (11.33% from 255 or 33.33% from 84); Blue value is 33 (13.28% from 255 or 39.29% from 84); Max value from RGB is 33 - color contains mainly: blue. Hex color #171C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171C21 is #E8E3DE. Grayscale: #1B1B1B. Windows color (decimal): -15262687 or 2169879. OLE color: 2169879.
HSL color Cylindrical-coordinate representation of color #171C21: hue angle of 210º degrees, saturation: 0.18, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #171C21 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 23 | 28 | 33 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.87 |
| HSL | 210º | 0.18% | 0.11% | - |
| HSV(B) | 210º | 0.3% | 0.13% | - |
| XYZ | 1.04 | 1.12 | 1.6 | - |
| YUV | 27.08 | 131.34 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 28 | 33 | 0.30 | 0.15 | 0 | 0.87 | 210 | 0.18 | 0.11 |
| Hex | 17 | 1C | 21 | 1E | F | 0 | 57 | D2 | 12 | B |
| Octal | 27 | 34 | 41 | 36 | 17 | 0 | 127 | 322 | 22 | 13 |
| Binary | 10111 | 11100 | 100001 | 11110 | 1111 | 0 | 1010111 | 11010010 | 10010 | 1011 |
Color Harmonies of #171C21
Complementary color
Monochromatic Colors of #171C21
Black with #171C21
Text Example
Text Example
White with #171C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171C21; }
p { color: rgb(23,28,33); }
H1.HeaderClassName
{
color: #171C21;
}
.AnyTagClassName
{
color: #171C21;
}
</style>
background-color css
<style>
a { background-color: #171C21; }
a { background-color: rgb(23,28,33); }
div.DivClassName
{
background-color: #171C21;
}
.BgClassName
{
background-color: #171C21;
}
</style>
border-color css
<style>
span { border-color: #171C21; }
span { border-color: rgb(23,28,33); }
td.TdClassName
{
border-color: #171C21;
}
.TagClassName
{
border-color: #171C21;
}
</style>