Shades of Black Pearl #17282D
Tints of Black Pearl #17282D
RGB
CMYK
RGB Variations
Color information
#17282D (or 0x17282D) is known color: Black Pearl. HEX triplet: 17, 28 and 2D. RGB value is (23,40,45). Sum of RGB (Red+Green+Blue) = 23+40+45=108 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.30% from 108); Green value is 40 (16.02% from 255 or 37.04% from 108); Blue value is 45 (17.97% from 255 or 41.67% from 108); Max value from RGB is 45 - color contains mainly: blue. Hex color #17282D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17282D is #E8D7D2. Grayscale: #232323. Windows color (decimal): -15259603 or 2959383. OLE color: 2959383.
HSL color Cylindrical-coordinate representation of color #17282D: hue angle of 193.64º 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 #17282D is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 40 | 45 | - |
| CMYK | 0.49 | 0.11 | 0 | 0.82 |
| HSL | 193.64º | 0.32% | 0.13% | - |
| HSV(B) | 193.64º | 0.49% | 0.18% | - |
| XYZ | 1.59 | 1.89 | 2.76 | - |
| YUV | 35.49 | 133.37 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 40 | 45 | 0.49 | 0.11 | 0 | 0.82 | 193.64 | 0.32 | 0.13 |
| Hex | 17 | 28 | 2D | 31 | B | 0 | 52 | C2 | 20 | D |
| Octal | 27 | 50 | 55 | 61 | 13 | 0 | 122 | 302 | 40 | 15 |
| Binary | 10111 | 101000 | 101101 | 110001 | 1011 | 0 | 1010010 | 11000010 | 100000 | 1101 |
Color Harmonies of #17282D
Complementary color
Monochromatic Colors of #17282D
Black with #17282D
Text Example
Text Example
White with #17282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17282D; }
p { color: rgb(23,40,45); }
H1.HeaderClassName
{
color: #17282D;
}
.AnyTagClassName
{
color: #17282D;
}
</style>
background-color css
<style>
a { background-color: #17282D; }
a { background-color: rgb(23,40,45); }
div.DivClassName
{
background-color: #17282D;
}
.BgClassName
{
background-color: #17282D;
}
</style>
border-color css
<style>
span { border-color: #17282D; }
span { border-color: rgb(23,40,45); }
td.TdClassName
{
border-color: #17282D;
}
.TagClassName
{
border-color: #17282D;
}
</style>