Shades of Black Pearl #17242B
Tints of Black Pearl #17242B
RGB
CMYK
RGB Variations
Color information
#17242B (or 0x17242B) is known color: Black Pearl. HEX triplet: 17, 24 and 2B. RGB value is (23,36,43). Sum of RGB (Red+Green+Blue) = 23+36+43=102 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.55% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 43 - color contains mainly: blue. Hex color #17242B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17242B is #E8DBD4. Grayscale: #202020. Windows color (decimal): -15260629 or 2827287. OLE color: 2827287.
HSL color Cylindrical-coordinate representation of color #17242B: hue angle of 201º 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 #17242B is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 23 | 36 | 43 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.83 |
| HSL | 201º | 0.3% | 0.13% | - |
| HSV(B) | 201º | 0.47% | 0.17% | - |
| XYZ | 1.42 | 1.62 | 2.52 | - |
| YUV | 32.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 36 | 43 | 0.47 | 0.16 | 0 | 0.83 | 201 | 0.3 | 0.13 |
| Hex | 17 | 24 | 2B | 2F | 10 | 0 | 53 | C9 | 1E | D |
| Octal | 27 | 44 | 53 | 57 | 20 | 0 | 123 | 311 | 36 | 15 |
| Binary | 10111 | 100100 | 101011 | 101111 | 10000 | 0 | 1010011 | 11001001 | 11110 | 1101 |
Color Harmonies of #17242B
Complementary color
Monochromatic Colors of #17242B
Black with #17242B
Text Example
Text Example
White with #17242B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17242B; }
p { color: rgb(23,36,43); }
H1.HeaderClassName
{
color: #17242B;
}
.AnyTagClassName
{
color: #17242B;
}
</style>
background-color css
<style>
a { background-color: #17242B; }
a { background-color: rgb(23,36,43); }
div.DivClassName
{
background-color: #17242B;
}
.BgClassName
{
background-color: #17242B;
}
</style>
border-color css
<style>
span { border-color: #17242B; }
span { border-color: rgb(23,36,43); }
td.TdClassName
{
border-color: #17242B;
}
.TagClassName
{
border-color: #17242B;
}
</style>