Shades of Black Pearl #17262F
Tints of Black Pearl #17262F
RGB
CMYK
RGB Variations
Color information
#17262F (or 0x17262F) is known color: Black Pearl. HEX triplet: 17, 26 and 2F. RGB value is (23,38,47). Sum of RGB (Red+Green+Blue) = 23+38+47=108 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.30% from 108); Green value is 38 (15.23% from 255 or 35.19% from 108); Blue value is 47 (18.75% from 255 or 43.52% from 108); Max value from RGB is 47 - color contains mainly: blue. Hex color #17262F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17262F is #E8D9D0. Grayscale: #222222. Windows color (decimal): -15260113 or 3089943. OLE color: 3089943.
HSL color Cylindrical-coordinate representation of color #17262F: hue angle of 202.5º 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 #17262F is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 38 | 47 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.82 |
| HSL | 202.5º | 0.34% | 0.14% | - |
| HSV(B) | 202.5º | 0.51% | 0.18% | - |
| XYZ | 1.56 | 1.77 | 2.95 | - |
| YUV | 34.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 38 | 47 | 0.51 | 0.19 | 0 | 0.82 | 202.5 | 0.34 | 0.14 |
| Hex | 17 | 26 | 2F | 33 | 13 | 0 | 52 | CA | 22 | E |
| Octal | 27 | 46 | 57 | 63 | 23 | 0 | 122 | 312 | 42 | 16 |
| Binary | 10111 | 100110 | 101111 | 110011 | 10011 | 0 | 1010010 | 11001010 | 100010 | 1110 |
Color Harmonies of #17262F
Complementary color
Monochromatic Colors of #17262F
Black with #17262F
Text Example
Text Example
White with #17262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17262F; }
p { color: rgb(23,38,47); }
H1.HeaderClassName
{
color: #17262F;
}
.AnyTagClassName
{
color: #17262F;
}
</style>
background-color css
<style>
a { background-color: #17262F; }
a { background-color: rgb(23,38,47); }
div.DivClassName
{
background-color: #17262F;
}
.BgClassName
{
background-color: #17262F;
}
</style>
border-color css
<style>
span { border-color: #17262F; }
span { border-color: rgb(23,38,47); }
td.TdClassName
{
border-color: #17262F;
}
.TagClassName
{
border-color: #17262F;
}
</style>