Shades of Black Pearl #17222B
Tints of Black Pearl #17222B
RGB
CMYK
RGB Variations
Color information
#17222B (or 0x17222B) is known color: Black Pearl. HEX triplet: 17, 22 and 2B. RGB value is (23,34,43). Sum of RGB (Red+Green+Blue) = 23+34+43=100 (13% of max value = 765). Red value is 23 (9.38% from 255 or 23% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 43 (17.19% from 255 or 43% from 100); Max value from RGB is 43 - color contains mainly: blue. Hex color #17222B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17222B is #E8DDD4. Grayscale: #1F1F1F. Windows color (decimal): -15261141 or 2826775. OLE color: 2826775.
HSL color Cylindrical-coordinate representation of color #17222B: hue angle of 207º degrees, saturation: 0.3, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #17222B is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 23 | 34 | 43 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.83 |
| HSL | 207º | 0.3% | 0.13% | - |
| HSV(B) | 207º | 0.47% | 0.17% | - |
| XYZ | 1.36 | 1.5 | 2.5 | - |
| YUV | 31.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 34 | 43 | 0.47 | 0.21 | 0 | 0.83 | 207 | 0.3 | 0.13 |
| Hex | 17 | 22 | 2B | 2F | 15 | 0 | 53 | CF | 1E | D |
| Octal | 27 | 42 | 53 | 57 | 25 | 0 | 123 | 317 | 36 | 15 |
| Binary | 10111 | 100010 | 101011 | 101111 | 10101 | 0 | 1010011 | 11001111 | 11110 | 1101 |
Color Harmonies of #17222B
Complementary color
Monochromatic Colors of #17222B
Black with #17222B
Text Example
Text Example
White with #17222B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17222B; }
p { color: rgb(23,34,43); }
H1.HeaderClassName
{
color: #17222B;
}
.AnyTagClassName
{
color: #17222B;
}
</style>
background-color css
<style>
a { background-color: #17222B; }
a { background-color: rgb(23,34,43); }
div.DivClassName
{
background-color: #17222B;
}
.BgClassName
{
background-color: #17222B;
}
</style>
border-color css
<style>
span { border-color: #17222B; }
span { border-color: rgb(23,34,43); }
td.TdClassName
{
border-color: #17222B;
}
.TagClassName
{
border-color: #17222B;
}
</style>