Shades of Black Pearl #17202A
Tints of Black Pearl #17202A
RGB
CMYK
RGB Variations
Color information
#17202A (or 0x17202A) is known color: Black Pearl. HEX triplet: 17, 20 and 2A. RGB value is (23,32,42). Sum of RGB (Red+Green+Blue) = 23+32+42=97 (12% of max value = 765). Red value is 23 (9.38% from 255 or 23.71% from 97); Green value is 32 (12.89% from 255 or 32.99% from 97); Blue value is 42 (16.80% from 255 or 43.30% from 97); Max value from RGB is 42 - color contains mainly: blue. Hex color #17202A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17202A is #E8DFD5. Grayscale: #1E1E1E. Windows color (decimal): -15261654 or 2760727. OLE color: 2760727.
HSL color Cylindrical-coordinate representation of color #17202A: hue angle of 211.58º degrees, saturation: 0.29, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #17202A is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 23 | 32 | 42 | - |
| CMYK | 0.45 | 0.24 | 0 | 0.84 |
| HSL | 211.58º | 0.29% | 0.13% | - |
| HSV(B) | 211.58º | 0.45% | 0.16% | - |
| XYZ | 1.29 | 1.38 | 2.39 | - |
| YUV | 30.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 32 | 42 | 0.45 | 0.24 | 0 | 0.84 | 211.58 | 0.29 | 0.13 |
| Hex | 17 | 20 | 2A | 2D | 18 | 0 | 54 | D4 | 1D | D |
| Octal | 27 | 40 | 52 | 55 | 30 | 0 | 124 | 324 | 35 | 15 |
| Binary | 10111 | 100000 | 101010 | 101101 | 11000 | 0 | 1010100 | 11010100 | 11101 | 1101 |
Color Harmonies of #17202A
Complementary color
Monochromatic Colors of #17202A
Black with #17202A
Text Example
Text Example
White with #17202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17202A; }
p { color: rgb(23,32,42); }
H1.HeaderClassName
{
color: #17202A;
}
.AnyTagClassName
{
color: #17202A;
}
</style>
background-color css
<style>
a { background-color: #17202A; }
a { background-color: rgb(23,32,42); }
div.DivClassName
{
background-color: #17202A;
}
.BgClassName
{
background-color: #17202A;
}
</style>
border-color css
<style>
span { border-color: #17202A; }
span { border-color: rgb(23,32,42); }
td.TdClassName
{
border-color: #17202A;
}
.TagClassName
{
border-color: #17202A;
}
</style>