Shades of Black Pearl #17282F
Tints of Black Pearl #17282F
RGB
CMYK
RGB Variations
Color information
#17282F (or 0x17282F) is known color: Black Pearl. HEX triplet: 17, 28 and 2F. RGB value is (23,40,47). Sum of RGB (Red+Green+Blue) = 23+40+47=110 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.91% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 47 - color contains mainly: blue. Hex color #17282F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17282F is #E8D7D0. Grayscale: #232323. Windows color (decimal): -15259601 or 3090455. OLE color: 3090455.
HSL color Cylindrical-coordinate representation of color #17282F: hue angle of 197.5º 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 #17282F is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 40 | 47 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.82 |
| HSL | 197.5º | 0.34% | 0.14% | - |
| HSV(B) | 197.5º | 0.51% | 0.18% | - |
| XYZ | 1.63 | 1.9 | 2.97 | - |
| YUV | 35.72 | 134.37 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 40 | 47 | 0.51 | 0.15 | 0 | 0.82 | 197.5 | 0.34 | 0.14 |
| Hex | 17 | 28 | 2F | 33 | F | 0 | 52 | C6 | 22 | E |
| Octal | 27 | 50 | 57 | 63 | 17 | 0 | 122 | 306 | 42 | 16 |
| Binary | 10111 | 101000 | 101111 | 110011 | 1111 | 0 | 1010010 | 11000110 | 100010 | 1110 |
Color Harmonies of #17282F
Complementary color
Monochromatic Colors of #17282F
Black with #17282F
Text Example
Text Example
White with #17282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17282F; }
p { color: rgb(23,40,47); }
H1.HeaderClassName
{
color: #17282F;
}
.AnyTagClassName
{
color: #17282F;
}
</style>
background-color css
<style>
a { background-color: #17282F; }
a { background-color: rgb(23,40,47); }
div.DivClassName
{
background-color: #17282F;
}
.BgClassName
{
background-color: #17282F;
}
</style>
border-color css
<style>
span { border-color: #17282F; }
span { border-color: rgb(23,40,47); }
td.TdClassName
{
border-color: #17282F;
}
.TagClassName
{
border-color: #17282F;
}
</style>