Shades of Black Pearl #17232D
Tints of Black Pearl #17232D
RGB
CMYK
RGB Variations
Color information
#17232D (or 0x17232D) is known color: Black Pearl. HEX triplet: 17, 23 and 2D. RGB value is (23,35,45). Sum of RGB (Red+Green+Blue) = 23+35+45=103 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.33% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 45 - color contains mainly: blue. Hex color #17232D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17232D is #E8DCD2. Grayscale: #202020. Windows color (decimal): -15260883 or 2958103. OLE color: 2958103.
HSL color Cylindrical-coordinate representation of color #17232D: hue angle of 207.27º degrees, saturation: 0.32, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #17232D is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 35 | 45 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.82 |
| HSL | 207.27º | 0.32% | 0.13% | - |
| HSV(B) | 207.27º | 0.49% | 0.18% | - |
| XYZ | 1.43 | 1.57 | 2.71 | - |
| YUV | 32.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 35 | 45 | 0.49 | 0.22 | 0 | 0.82 | 207.27 | 0.32 | 0.13 |
| Hex | 17 | 23 | 2D | 31 | 16 | 0 | 52 | CF | 20 | D |
| Octal | 27 | 43 | 55 | 61 | 26 | 0 | 122 | 317 | 40 | 15 |
| Binary | 10111 | 100011 | 101101 | 110001 | 10110 | 0 | 1010010 | 11001111 | 100000 | 1101 |
Color Harmonies of #17232D
Complementary color
Monochromatic Colors of #17232D
Black with #17232D
Text Example
Text Example
White with #17232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17232D; }
p { color: rgb(23,35,45); }
H1.HeaderClassName
{
color: #17232D;
}
.AnyTagClassName
{
color: #17232D;
}
</style>
background-color css
<style>
a { background-color: #17232D; }
a { background-color: rgb(23,35,45); }
div.DivClassName
{
background-color: #17232D;
}
.BgClassName
{
background-color: #17232D;
}
</style>
border-color css
<style>
span { border-color: #17232D; }
span { border-color: rgb(23,35,45); }
td.TdClassName
{
border-color: #17232D;
}
.TagClassName
{
border-color: #17232D;
}
</style>