Shades of Black Pearl #17222F
Tints of Black Pearl #17222F
RGB
CMYK
RGB Variations
Color information
#17222F (or 0x17222F) is known color: Black Pearl. HEX triplet: 17, 22 and 2F. RGB value is (23,34,47). Sum of RGB (Red+Green+Blue) = 23+34+47=104 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.12% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 47 (18.75% from 255 or 45.19% from 104); Max value from RGB is 47 - color contains mainly: blue. Hex color #17222F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17222F is #E8DDD0. Grayscale: #202020. Windows color (decimal): -15261137 or 3088919. OLE color: 3088919.
HSL color Cylindrical-coordinate representation of color #17222F: hue angle of 212.5º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #17222F is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 34 | 47 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.82 |
| HSL | 212.5º | 0.34% | 0.14% | - |
| HSV(B) | 212.5º | 0.51% | 0.18% | - |
| XYZ | 1.44 | 1.53 | 2.91 | - |
| YUV | 32.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 34 | 47 | 0.51 | 0.28 | 0 | 0.82 | 212.5 | 0.34 | 0.14 |
| Hex | 17 | 22 | 2F | 33 | 1C | 0 | 52 | D4 | 22 | E |
| Octal | 27 | 42 | 57 | 63 | 34 | 0 | 122 | 324 | 42 | 16 |
| Binary | 10111 | 100010 | 101111 | 110011 | 11100 | 0 | 1010010 | 11010100 | 100010 | 1110 |
Color Harmonies of #17222F
Complementary color
Monochromatic Colors of #17222F
Black with #17222F
Text Example
Text Example
White with #17222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17222F; }
p { color: rgb(23,34,47); }
H1.HeaderClassName
{
color: #17222F;
}
.AnyTagClassName
{
color: #17222F;
}
</style>
background-color css
<style>
a { background-color: #17222F; }
a { background-color: rgb(23,34,47); }
div.DivClassName
{
background-color: #17222F;
}
.BgClassName
{
background-color: #17222F;
}
</style>
border-color css
<style>
span { border-color: #17222F; }
span { border-color: rgb(23,34,47); }
td.TdClassName
{
border-color: #17222F;
}
.TagClassName
{
border-color: #17222F;
}
</style>