Shades of Black Pearl #171F22
Tints of Black Pearl #171F22
RGB
CMYK
RGB Variations
Color information
#171F22 (or 0x171F22) is known color: Black Pearl. HEX triplet: 17, 1F and 22. RGB value is (23,31,34). Sum of RGB (Red+Green+Blue) = 23+31+34=88 (11% of max value = 765). Red value is 23 (9.38% from 255 or 26.14% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 34 (13.67% from 255 or 38.64% from 88); Max value from RGB is 34 - color contains mainly: blue. Hex color #171F22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171F22 is #E8E0DD. Grayscale: #1C1C1C. Windows color (decimal): -15261918 or 2236183. OLE color: 2236183.
HSL color Cylindrical-coordinate representation of color #171F22: hue angle of 196.36º degrees, saturation: 0.19, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #171F22 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 23 | 31 | 34 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.87 |
| HSL | 196.36º | 0.19% | 0.11% | - |
| HSV(B) | 196.36º | 0.32% | 0.13% | - |
| XYZ | 1.13 | 1.28 | 1.7 | - |
| YUV | 28.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 34 | 0.32 | 0.09 | 0 | 0.87 | 196.36 | 0.19 | 0.11 |
| Hex | 17 | 1F | 22 | 20 | 9 | 0 | 57 | C4 | 13 | B |
| Octal | 27 | 37 | 42 | 40 | 11 | 0 | 127 | 304 | 23 | 13 |
| Binary | 10111 | 11111 | 100010 | 100000 | 1001 | 0 | 1010111 | 11000100 | 10011 | 1011 |
Color Harmonies of #171F22
Complementary color
Monochromatic Colors of #171F22
Black with #171F22
Text Example
Text Example
White with #171F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171F22; }
p { color: rgb(23,31,34); }
H1.HeaderClassName
{
color: #171F22;
}
.AnyTagClassName
{
color: #171F22;
}
</style>
background-color css
<style>
a { background-color: #171F22; }
a { background-color: rgb(23,31,34); }
div.DivClassName
{
background-color: #171F22;
}
.BgClassName
{
background-color: #171F22;
}
</style>
border-color css
<style>
span { border-color: #171F22; }
span { border-color: rgb(23,31,34); }
td.TdClassName
{
border-color: #171F22;
}
.TagClassName
{
border-color: #171F22;
}
</style>