Shades of Black Pearl #17252F
Tints of Black Pearl #17252F
RGB
CMYK
RGB Variations
Color information
#17252F (or 0x17252F) is known color: Black Pearl. HEX triplet: 17, 25 and 2F. RGB value is (23,37,47). Sum of RGB (Red+Green+Blue) = 23+37+47=107 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.50% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 47 (18.75% from 255 or 43.93% from 107); Max value from RGB is 47 - color contains mainly: blue. Hex color #17252F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17252F is #E8DAD0. Grayscale: #212121. Windows color (decimal): -15260369 or 3089687. OLE color: 3089687.
HSL color Cylindrical-coordinate representation of color #17252F: hue angle of 205º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #17252F is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 37 | 47 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.82 |
| HSL | 205º | 0.34% | 0.14% | - |
| HSV(B) | 205º | 0.51% | 0.18% | - |
| XYZ | 1.53 | 1.71 | 2.94 | - |
| YUV | 33.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 37 | 47 | 0.51 | 0.21 | 0 | 0.82 | 205 | 0.34 | 0.14 |
| Hex | 17 | 25 | 2F | 33 | 15 | 0 | 52 | CD | 22 | E |
| Octal | 27 | 45 | 57 | 63 | 25 | 0 | 122 | 315 | 42 | 16 |
| Binary | 10111 | 100101 | 101111 | 110011 | 10101 | 0 | 1010010 | 11001101 | 100010 | 1110 |
Color Harmonies of #17252F
Complementary color
Monochromatic Colors of #17252F
Black with #17252F
Text Example
Text Example
White with #17252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17252F; }
p { color: rgb(23,37,47); }
H1.HeaderClassName
{
color: #17252F;
}
.AnyTagClassName
{
color: #17252F;
}
</style>
background-color css
<style>
a { background-color: #17252F; }
a { background-color: rgb(23,37,47); }
div.DivClassName
{
background-color: #17252F;
}
.BgClassName
{
background-color: #17252F;
}
</style>
border-color css
<style>
span { border-color: #17252F; }
span { border-color: rgb(23,37,47); }
td.TdClassName
{
border-color: #17252F;
}
.TagClassName
{
border-color: #17252F;
}
</style>