Shades of Black Pearl #17272D
Tints of Black Pearl #17272D
RGB
CMYK
RGB Variations
Color information
#17272D (or 0x17272D) is known color: Black Pearl. HEX triplet: 17, 27 and 2D. RGB value is (23,39,45). Sum of RGB (Red+Green+Blue) = 23+39+45=107 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.50% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 45 - color contains mainly: blue. Hex color #17272D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17272D is #E8D8D2. Grayscale: #222222. Windows color (decimal): -15259859 or 2959127. OLE color: 2959127.
HSL color Cylindrical-coordinate representation of color #17272D: hue angle of 196.36º 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 #17272D is Cyan = 0.49, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 39 | 45 | - |
| CMYK | 0.49 | 0.13 | 0 | 0.82 |
| HSL | 196.36º | 0.32% | 0.13% | - |
| HSV(B) | 196.36º | 0.49% | 0.18% | - |
| XYZ | 1.55 | 1.82 | 2.75 | - |
| YUV | 34.9 | 133.7 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 39 | 45 | 0.49 | 0.13 | 0 | 0.82 | 196.36 | 0.32 | 0.13 |
| Hex | 17 | 27 | 2D | 31 | D | 0 | 52 | C4 | 20 | D |
| Octal | 27 | 47 | 55 | 61 | 15 | 0 | 122 | 304 | 40 | 15 |
| Binary | 10111 | 100111 | 101101 | 110001 | 1101 | 0 | 1010010 | 11000100 | 100000 | 1101 |
Color Harmonies of #17272D
Complementary color
Monochromatic Colors of #17272D
Black with #17272D
Text Example
Text Example
White with #17272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17272D; }
p { color: rgb(23,39,45); }
H1.HeaderClassName
{
color: #17272D;
}
.AnyTagClassName
{
color: #17272D;
}
</style>
background-color css
<style>
a { background-color: #17272D; }
a { background-color: rgb(23,39,45); }
div.DivClassName
{
background-color: #17272D;
}
.BgClassName
{
background-color: #17272D;
}
</style>
border-color css
<style>
span { border-color: #17272D; }
span { border-color: rgb(23,39,45); }
td.TdClassName
{
border-color: #17272D;
}
.TagClassName
{
border-color: #17272D;
}
</style>