Shades of Black Pearl #172023
Tints of Black Pearl #172023
RGB
CMYK
RGB Variations
Color information
#172023 (or 0x172023) is known color: Black Pearl. HEX triplet: 17, 20 and 23. RGB value is (23,32,35). Sum of RGB (Red+Green+Blue) = 23+32+35=90 (11% of max value = 765). Red value is 23 (9.38% from 255 or 25.56% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 35 (14.06% from 255 or 38.89% from 90); Max value from RGB is 35 - color contains mainly: blue. Hex color #172023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172023 is #E8DFDC. Grayscale: #1D1D1D. Windows color (decimal): -15261661 or 2301975. OLE color: 2301975.
HSL color Cylindrical-coordinate representation of color #172023: hue angle of 195º degrees, saturation: 0.21, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #172023 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 23 | 32 | 35 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.86 |
| HSL | 195º | 0.21% | 0.11% | - |
| HSV(B) | 195º | 0.34% | 0.14% | - |
| XYZ | 1.17 | 1.34 | 1.79 | - |
| YUV | 29.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 32 | 35 | 0.34 | 0.09 | 0 | 0.86 | 195 | 0.21 | 0.11 |
| Hex | 17 | 20 | 23 | 22 | 9 | 0 | 56 | C3 | 15 | B |
| Octal | 27 | 40 | 43 | 42 | 11 | 0 | 126 | 303 | 25 | 13 |
| Binary | 10111 | 100000 | 100011 | 100010 | 1001 | 0 | 1010110 | 11000011 | 10101 | 1011 |
Color Harmonies of #172023
Complementary color
Monochromatic Colors of #172023
Black with #172023
Text Example
Text Example
White with #172023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172023; }
p { color: rgb(23,32,35); }
H1.HeaderClassName
{
color: #172023;
}
.AnyTagClassName
{
color: #172023;
}
</style>
background-color css
<style>
a { background-color: #172023; }
a { background-color: rgb(23,32,35); }
div.DivClassName
{
background-color: #172023;
}
.BgClassName
{
background-color: #172023;
}
</style>
border-color css
<style>
span { border-color: #172023; }
span { border-color: rgb(23,32,35); }
td.TdClassName
{
border-color: #172023;
}
.TagClassName
{
border-color: #172023;
}
</style>