Shades of Black Pearl #17232F
Tints of Black Pearl #17232F
RGB
CMYK
RGB Variations
Color information
#17232F (or 0x17232F) is known color: Black Pearl. HEX triplet: 17, 23 and 2F. RGB value is (23,35,47). Sum of RGB (Red+Green+Blue) = 23+35+47=105 (13% of max value = 765). Red value is 23 (9.38% from 255 or 21.90% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 47 (18.75% from 255 or 44.76% from 105); Max value from RGB is 47 - color contains mainly: blue. Hex color #17232F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17232F is #E8DCD0. Grayscale: #202020. Windows color (decimal): -15260881 or 3089175. OLE color: 3089175.
HSL color Cylindrical-coordinate representation of color #17232F: hue angle of 210º 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 #17232F is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 35 | 47 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.82 |
| HSL | 210º | 0.34% | 0.14% | - |
| HSV(B) | 210º | 0.51% | 0.18% | - |
| XYZ | 1.47 | 1.59 | 2.92 | - |
| YUV | 32.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 35 | 47 | 0.51 | 0.26 | 0 | 0.82 | 210 | 0.34 | 0.14 |
| Hex | 17 | 23 | 2F | 33 | 1A | 0 | 52 | D2 | 22 | E |
| Octal | 27 | 43 | 57 | 63 | 32 | 0 | 122 | 322 | 42 | 16 |
| Binary | 10111 | 100011 | 101111 | 110011 | 11010 | 0 | 1010010 | 11010010 | 100010 | 1110 |
Color Harmonies of #17232F
Complementary color
Monochromatic Colors of #17232F
Black with #17232F
Text Example
Text Example
White with #17232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17232F; }
p { color: rgb(23,35,47); }
H1.HeaderClassName
{
color: #17232F;
}
.AnyTagClassName
{
color: #17232F;
}
</style>
background-color css
<style>
a { background-color: #17232F; }
a { background-color: rgb(23,35,47); }
div.DivClassName
{
background-color: #17232F;
}
.BgClassName
{
background-color: #17232F;
}
</style>
border-color css
<style>
span { border-color: #17232F; }
span { border-color: rgb(23,35,47); }
td.TdClassName
{
border-color: #17232F;
}
.TagClassName
{
border-color: #17232F;
}
</style>