Shades of Black Pearl #17232B
Tints of Black Pearl #17232B
RGB
CMYK
RGB Variations
Color information
#17232B (or 0x17232B) is known color: Black Pearl. HEX triplet: 17, 23 and 2B. RGB value is (23,35,43). Sum of RGB (Red+Green+Blue) = 23+35+43=101 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.77% from 101); Green value is 35 (14.06% from 255 or 34.65% from 101); Blue value is 43 (17.19% from 255 or 42.57% from 101); Max value from RGB is 43 - color contains mainly: blue. Hex color #17232B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17232B is #E8DCD4. Grayscale: #202020. Windows color (decimal): -15260885 or 2827031. OLE color: 2827031.
HSL color Cylindrical-coordinate representation of color #17232B: hue angle of 204º 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 #17232B is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 23 | 35 | 43 | - |
| CMYK | 0.47 | 0.19 | 0 | 0.83 |
| HSL | 204º | 0.3% | 0.13% | - |
| HSV(B) | 204º | 0.47% | 0.17% | - |
| XYZ | 1.39 | 1.56 | 2.51 | - |
| YUV | 32.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 35 | 43 | 0.47 | 0.19 | 0 | 0.83 | 204 | 0.3 | 0.13 |
| Hex | 17 | 23 | 2B | 2F | 13 | 0 | 53 | CC | 1E | D |
| Octal | 27 | 43 | 53 | 57 | 23 | 0 | 123 | 314 | 36 | 15 |
| Binary | 10111 | 100011 | 101011 | 101111 | 10011 | 0 | 1010011 | 11001100 | 11110 | 1101 |
Color Harmonies of #17232B
Complementary color
Monochromatic Colors of #17232B
Black with #17232B
Text Example
Text Example
White with #17232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17232B; }
p { color: rgb(23,35,43); }
H1.HeaderClassName
{
color: #17232B;
}
.AnyTagClassName
{
color: #17232B;
}
</style>
background-color css
<style>
a { background-color: #17232B; }
a { background-color: rgb(23,35,43); }
div.DivClassName
{
background-color: #17232B;
}
.BgClassName
{
background-color: #17232B;
}
</style>
border-color css
<style>
span { border-color: #17232B; }
span { border-color: rgb(23,35,43); }
td.TdClassName
{
border-color: #17232B;
}
.TagClassName
{
border-color: #17232B;
}
</style>