Shades of Black Pearl #17232C
Tints of Black Pearl #17232C
RGB
CMYK
RGB Variations
Color information
#17232C (or 0x17232C) is known color: Black Pearl. HEX triplet: 17, 23 and 2C. RGB value is (23,35,44). Sum of RGB (Red+Green+Blue) = 23+35+44=102 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.55% from 102); Green value is 35 (14.06% from 255 or 34.31% from 102); Blue value is 44 (17.58% from 255 or 43.14% from 102); Max value from RGB is 44 - color contains mainly: blue. Hex color #17232C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17232C is #E8DCD3. Grayscale: #202020. Windows color (decimal): -15260884 or 2892567. OLE color: 2892567.
HSL color Cylindrical-coordinate representation of color #17232C: hue angle of 205.71º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #17232C is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 23 | 35 | 44 | - |
| CMYK | 0.48 | 0.20 | 0 | 0.83 |
| HSL | 205.71º | 0.31% | 0.13% | - |
| HSV(B) | 205.71º | 0.48% | 0.17% | - |
| XYZ | 1.41 | 1.57 | 2.61 | - |
| YUV | 32.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 35 | 44 | 0.48 | 0.20 | 0 | 0.83 | 205.71 | 0.31 | 0.13 |
| Hex | 17 | 23 | 2C | 30 | 14 | 0 | 53 | CE | 1F | D |
| Octal | 27 | 43 | 54 | 60 | 24 | 0 | 123 | 316 | 37 | 15 |
| Binary | 10111 | 100011 | 101100 | 110000 | 10100 | 0 | 1010011 | 11001110 | 11111 | 1101 |
Color Harmonies of #17232C
Complementary color
Monochromatic Colors of #17232C
Black with #17232C
Text Example
Text Example
White with #17232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17232C; }
p { color: rgb(23,35,44); }
H1.HeaderClassName
{
color: #17232C;
}
.AnyTagClassName
{
color: #17232C;
}
</style>
background-color css
<style>
a { background-color: #17232C; }
a { background-color: rgb(23,35,44); }
div.DivClassName
{
background-color: #17232C;
}
.BgClassName
{
background-color: #17232C;
}
</style>
border-color css
<style>
span { border-color: #17232C; }
span { border-color: rgb(23,35,44); }
td.TdClassName
{
border-color: #17232C;
}
.TagClassName
{
border-color: #17232C;
}
</style>