Shades of Black Pearl #17272E
Tints of Black Pearl #17272E
RGB
CMYK
RGB Variations
Color information
#17272E (or 0x17272E) is known color: Black Pearl. HEX triplet: 17, 27 and 2E. RGB value is (23,39,46). Sum of RGB (Red+Green+Blue) = 23+39+46=108 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.30% from 108); Green value is 39 (15.62% from 255 or 36.11% from 108); Blue value is 46 (18.36% from 255 or 42.59% from 108); Max value from RGB is 46 - color contains mainly: blue. Hex color #17272E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17272E is #E8D8D1. Grayscale: #222222. Windows color (decimal): -15259858 or 3024663. OLE color: 3024663.
HSL color Cylindrical-coordinate representation of color #17272E: hue angle of 198.26º 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 #17272E is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 39 | 46 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.82 |
| HSL | 198.26º | 0.33% | 0.14% | - |
| HSV(B) | 198.26º | 0.5% | 0.18% | - |
| XYZ | 1.57 | 1.83 | 2.86 | - |
| YUV | 35.01 | 134.2 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 39 | 46 | 0.50 | 0.15 | 0 | 0.82 | 198.26 | 0.33 | 0.14 |
| Hex | 17 | 27 | 2E | 32 | F | 0 | 52 | C6 | 21 | E |
| Octal | 27 | 47 | 56 | 62 | 17 | 0 | 122 | 306 | 41 | 16 |
| Binary | 10111 | 100111 | 101110 | 110010 | 1111 | 0 | 1010010 | 11000110 | 100001 | 1110 |
Color Harmonies of #17272E
Complementary color
Monochromatic Colors of #17272E
Black with #17272E
Text Example
Text Example
White with #17272E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17272E; }
p { color: rgb(23,39,46); }
H1.HeaderClassName
{
color: #17272E;
}
.AnyTagClassName
{
color: #17272E;
}
</style>
background-color css
<style>
a { background-color: #17272E; }
a { background-color: rgb(23,39,46); }
div.DivClassName
{
background-color: #17272E;
}
.BgClassName
{
background-color: #17272E;
}
</style>
border-color css
<style>
span { border-color: #17272E; }
span { border-color: rgb(23,39,46); }
td.TdClassName
{
border-color: #17272E;
}
.TagClassName
{
border-color: #17272E;
}
</style>