Shades of Black Pearl #172830
Tints of Black Pearl #172830
RGB
CMYK
RGB Variations
Color information
#172830 (or 0x172830) is known color: Black Pearl. HEX triplet: 17, 28 and 30. RGB value is (23,40,48). Sum of RGB (Red+Green+Blue) = 23+40+48=111 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.72% from 111); Green value is 40 (16.02% from 255 or 36.04% from 111); Blue value is 48 (19.14% from 255 or 43.24% from 111); Max value from RGB is 48 - color contains mainly: blue. Hex color #172830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172830 is #E8D7CF. Grayscale: #232323. Windows color (decimal): -15259600 or 3155991. OLE color: 3155991.
HSL color Cylindrical-coordinate representation of color #172830: hue angle of 199.2º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #172830 is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 23 | 40 | 48 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.81 |
| HSL | 199.2º | 0.35% | 0.14% | - |
| HSV(B) | 199.2º | 0.52% | 0.19% | - |
| XYZ | 1.65 | 1.91 | 3.08 | - |
| YUV | 35.83 | 134.87 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 40 | 48 | 0.52 | 0.17 | 0 | 0.81 | 199.2 | 0.35 | 0.14 |
| Hex | 17 | 28 | 30 | 34 | 11 | 0 | 51 | C7 | 23 | E |
| Octal | 27 | 50 | 60 | 64 | 21 | 0 | 121 | 307 | 43 | 16 |
| Binary | 10111 | 101000 | 110000 | 110100 | 10001 | 0 | 1010001 | 11000111 | 100011 | 1110 |
Color Harmonies of #172830
Complementary color
Monochromatic Colors of #172830
Black with #172830
Text Example
Text Example
White with #172830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172830; }
p { color: rgb(23,40,48); }
H1.HeaderClassName
{
color: #172830;
}
.AnyTagClassName
{
color: #172830;
}
</style>
background-color css
<style>
a { background-color: #172830; }
a { background-color: rgb(23,40,48); }
div.DivClassName
{
background-color: #172830;
}
.BgClassName
{
background-color: #172830;
}
</style>
border-color css
<style>
span { border-color: #172830; }
span { border-color: rgb(23,40,48); }
td.TdClassName
{
border-color: #172830;
}
.TagClassName
{
border-color: #172830;
}
</style>