Shades of Black Pearl #17282E
Tints of Black Pearl #17282E
RGB
CMYK
RGB Variations
Color information
#17282E (or 0x17282E) is known color: Black Pearl. HEX triplet: 17, 28 and 2E. RGB value is (23,40,46). Sum of RGB (Red+Green+Blue) = 23+40+46=109 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.10% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 46 - color contains mainly: blue. Hex color #17282E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17282E is #E8D7D1. Grayscale: #232323. Windows color (decimal): -15259602 or 3024919. OLE color: 3024919.
HSL color Cylindrical-coordinate representation of color #17282E: hue angle of 195.65º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #17282E is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 40 | 46 | - |
| CMYK | 0.50 | 0.13 | 0 | 0.82 |
| HSL | 195.65º | 0.33% | 0.14% | - |
| HSV(B) | 195.65º | 0.5% | 0.18% | - |
| XYZ | 1.61 | 1.9 | 2.87 | - |
| YUV | 35.6 | 133.87 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 40 | 46 | 0.50 | 0.13 | 0 | 0.82 | 195.65 | 0.33 | 0.14 |
| Hex | 17 | 28 | 2E | 32 | D | 0 | 52 | C4 | 21 | E |
| Octal | 27 | 50 | 56 | 62 | 15 | 0 | 122 | 304 | 41 | 16 |
| Binary | 10111 | 101000 | 101110 | 110010 | 1101 | 0 | 1010010 | 11000100 | 100001 | 1110 |
Color Harmonies of #17282E
Complementary color
Monochromatic Colors of #17282E
Black with #17282E
Text Example
Text Example
White with #17282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17282E; }
p { color: rgb(23,40,46); }
H1.HeaderClassName
{
color: #17282E;
}
.AnyTagClassName
{
color: #17282E;
}
</style>
background-color css
<style>
a { background-color: #17282E; }
a { background-color: rgb(23,40,46); }
div.DivClassName
{
background-color: #17282E;
}
.BgClassName
{
background-color: #17282E;
}
</style>
border-color css
<style>
span { border-color: #17282E; }
span { border-color: rgb(23,40,46); }
td.TdClassName
{
border-color: #17282E;
}
.TagClassName
{
border-color: #17282E;
}
</style>