Shades of Black Pearl #08172B
Tints of Black Pearl #08172B
RGB
CMYK
RGB Variations
Color information
#08172B (or 0x08172B) is known color: Black Pearl. HEX triplet: 08, 17 and 2B. RGB value is (8,23,43). Sum of RGB (Red+Green+Blue) = 8+23+43=74 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.81% from 74); Green value is 23 (9.38% from 255 or 31.08% from 74); Blue value is 43 (17.19% from 255 or 58.11% from 74); Max value from RGB is 43 - color contains mainly: blue. Hex color #08172B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08172B is #F7E8D4. Grayscale: #141414. Windows color (decimal): -16246997 or 2823944. OLE color: 2823944.
HSL color Cylindrical-coordinate representation of color #08172B: hue angle of 214.29º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #08172B is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 23 | 43 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.83 |
| HSL | 214.29º | 0.69% | 0.1% | - |
| HSV(B) | 214.29º | 0.81% | 0.17% | - |
| XYZ | 0.84 | 0.84 | 2.4 | - |
| YUV | 20.8 | 140.53 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 23 | 43 | 0.81 | 0.47 | 0 | 0.83 | 214.29 | 0.69 | 0.1 |
| Hex | 8 | 17 | 2B | 51 | 2F | 0 | 53 | D6 | 45 | A |
| Octal | 10 | 27 | 53 | 121 | 57 | 0 | 123 | 326 | 105 | 12 |
| Binary | 1000 | 10111 | 101011 | 1010001 | 101111 | 0 | 1010011 | 11010110 | 1000101 | 1010 |
Color Harmonies of #08172B
Complementary color
Monochromatic Colors of #08172B
Black with #08172B
Text Example
Text Example
White with #08172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08172B; }
p { color: rgb(8,23,43); }
H1.HeaderClassName
{
color: #08172B;
}
.AnyTagClassName
{
color: #08172B;
}
</style>
background-color css
<style>
a { background-color: #08172B; }
a { background-color: rgb(8,23,43); }
div.DivClassName
{
background-color: #08172B;
}
.BgClassName
{
background-color: #08172B;
}
</style>
border-color css
<style>
span { border-color: #08172B; }
span { border-color: rgb(8,23,43); }
td.TdClassName
{
border-color: #08172B;
}
.TagClassName
{
border-color: #08172B;
}
</style>