Shades of Black Pearl #17252C
Tints of Black Pearl #17252C
RGB
CMYK
RGB Variations
Color information
#17252C (or 0x17252C) is known color: Black Pearl. HEX triplet: 17, 25 and 2C. RGB value is (23,37,44). Sum of RGB (Red+Green+Blue) = 23+37+44=104 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.12% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 44 (17.58% from 255 or 42.31% from 104); Max value from RGB is 44 - color contains mainly: blue. Hex color #17252C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17252C is #E8DAD3. Grayscale: #212121. Windows color (decimal): -15260372 or 2893079. OLE color: 2893079.
HSL color Cylindrical-coordinate representation of color #17252C: hue angle of 200º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #17252C is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 23 | 37 | 44 | - |
| CMYK | 0.48 | 0.16 | 0 | 0.83 |
| HSL | 200º | 0.31% | 0.13% | - |
| HSV(B) | 200º | 0.48% | 0.17% | - |
| XYZ | 1.47 | 1.69 | 2.63 | - |
| YUV | 33.61 | 133.86 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 37 | 44 | 0.48 | 0.16 | 0 | 0.83 | 200 | 0.31 | 0.13 |
| Hex | 17 | 25 | 2C | 30 | 10 | 0 | 53 | C8 | 1F | D |
| Octal | 27 | 45 | 54 | 60 | 20 | 0 | 123 | 310 | 37 | 15 |
| Binary | 10111 | 100101 | 101100 | 110000 | 10000 | 0 | 1010011 | 11001000 | 11111 | 1101 |
Color Harmonies of #17252C
Complementary color
Monochromatic Colors of #17252C
Black with #17252C
Text Example
Text Example
White with #17252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17252C; }
p { color: rgb(23,37,44); }
H1.HeaderClassName
{
color: #17252C;
}
.AnyTagClassName
{
color: #17252C;
}
</style>
background-color css
<style>
a { background-color: #17252C; }
a { background-color: rgb(23,37,44); }
div.DivClassName
{
background-color: #17252C;
}
.BgClassName
{
background-color: #17252C;
}
</style>
border-color css
<style>
span { border-color: #17252C; }
span { border-color: rgb(23,37,44); }
td.TdClassName
{
border-color: #17252C;
}
.TagClassName
{
border-color: #17252C;
}
</style>