Shades of Black Pearl #172228
Tints of Black Pearl #172228
RGB
CMYK
RGB Variations
Color information
#172228 (or 0x172228) is known color: Black Pearl. HEX triplet: 17, 22 and 28. RGB value is (23,34,40). Sum of RGB (Red+Green+Blue) = 23+34+40=97 (12% of max value = 765). Red value is 23 (9.38% from 255 or 23.71% from 97); Green value is 34 (13.67% from 255 or 35.05% from 97); Blue value is 40 (16.02% from 255 or 41.24% from 97); Max value from RGB is 40 - color contains mainly: blue. Hex color #172228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172228 is #E8DDD7. Grayscale: #1F1F1F. Windows color (decimal): -15261144 or 2630167. OLE color: 2630167.
HSL color Cylindrical-coordinate representation of color #172228: hue angle of 201.18º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #172228 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 23 | 34 | 40 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.84 |
| HSL | 201.18º | 0.27% | 0.12% | - |
| HSV(B) | 201.18º | 0.43% | 0.16% | - |
| XYZ | 1.31 | 1.48 | 2.22 | - |
| YUV | 31.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 34 | 40 | 0.43 | 0.15 | 0 | 0.84 | 201.18 | 0.27 | 0.12 |
| Hex | 17 | 22 | 28 | 2B | F | 0 | 54 | C9 | 1B | C |
| Octal | 27 | 42 | 50 | 53 | 17 | 0 | 124 | 311 | 33 | 14 |
| Binary | 10111 | 100010 | 101000 | 101011 | 1111 | 0 | 1010100 | 11001001 | 11011 | 1100 |
Color Harmonies of #172228
Complementary color
Monochromatic Colors of #172228
Black with #172228
Text Example
Text Example
White with #172228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172228; }
p { color: rgb(23,34,40); }
H1.HeaderClassName
{
color: #172228;
}
.AnyTagClassName
{
color: #172228;
}
</style>
background-color css
<style>
a { background-color: #172228; }
a { background-color: rgb(23,34,40); }
div.DivClassName
{
background-color: #172228;
}
.BgClassName
{
background-color: #172228;
}
</style>
border-color css
<style>
span { border-color: #172228; }
span { border-color: rgb(23,34,40); }
td.TdClassName
{
border-color: #172228;
}
.TagClassName
{
border-color: #172228;
}
</style>