Shades of Black Pearl #17272B
Tints of Black Pearl #17272B
RGB
CMYK
RGB Variations
Color information
#17272B (or 0x17272B) is known color: Black Pearl. HEX triplet: 17, 27 and 2B. RGB value is (23,39,43). Sum of RGB (Red+Green+Blue) = 23+39+43=105 (13% of max value = 765). Red value is 23 (9.38% from 255 or 21.90% from 105); Green value is 39 (15.62% from 255 or 37.14% from 105); Blue value is 43 (17.19% from 255 or 40.95% from 105); Max value from RGB is 43 - color contains mainly: blue. Hex color #17272B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17272B is #E8D8D4. Grayscale: #222222. Windows color (decimal): -15259861 or 2828055. OLE color: 2828055.
HSL color Cylindrical-coordinate representation of color #17272B: hue angle of 192º degrees, saturation: 0.3, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #17272B is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 23 | 39 | 43 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.83 |
| HSL | 192º | 0.3% | 0.13% | - |
| HSV(B) | 192º | 0.47% | 0.17% | - |
| XYZ | 1.51 | 1.81 | 2.55 | - |
| YUV | 34.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 39 | 43 | 0.47 | 0.09 | 0 | 0.83 | 192 | 0.3 | 0.13 |
| Hex | 17 | 27 | 2B | 2F | 9 | 0 | 53 | C0 | 1E | D |
| Octal | 27 | 47 | 53 | 57 | 11 | 0 | 123 | 300 | 36 | 15 |
| Binary | 10111 | 100111 | 101011 | 101111 | 1001 | 0 | 1010011 | 11000000 | 11110 | 1101 |
Color Harmonies of #17272B
Complementary color
Monochromatic Colors of #17272B
Black with #17272B
Text Example
Text Example
White with #17272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17272B; }
p { color: rgb(23,39,43); }
H1.HeaderClassName
{
color: #17272B;
}
.AnyTagClassName
{
color: #17272B;
}
</style>
background-color css
<style>
a { background-color: #17272B; }
a { background-color: rgb(23,39,43); }
div.DivClassName
{
background-color: #17272B;
}
.BgClassName
{
background-color: #17272B;
}
</style>
border-color css
<style>
span { border-color: #17272B; }
span { border-color: rgb(23,39,43); }
td.TdClassName
{
border-color: #17272B;
}
.TagClassName
{
border-color: #17272B;
}
</style>