Shades of Black Pearl #08172E
Tints of Black Pearl #08172E
RGB
CMYK
RGB Variations
Color information
#08172E (or 0x08172E) is known color: Black Pearl. HEX triplet: 08, 17 and 2E. RGB value is (8,23,46). Sum of RGB (Red+Green+Blue) = 8+23+46=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 46 (18.36% from 255 or 59.74% from 77); Max value from RGB is 46 - color contains mainly: blue. Hex color #08172E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08172E is #F7E8D1. Grayscale: #151515. Windows color (decimal): -16246994 or 3020552. OLE color: 3020552.
HSL color Cylindrical-coordinate representation of color #08172E: hue angle of 216.32º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #08172E is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 23 | 46 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.82 |
| HSL | 216.32º | 0.7% | 0.11% | - |
| HSV(B) | 216.32º | 0.83% | 0.18% | - |
| XYZ | 0.9 | 0.86 | 2.7 | - |
| YUV | 21.14 | 142.03 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 23 | 46 | 0.83 | 0.50 | 0 | 0.82 | 216.32 | 0.7 | 0.11 |
| Hex | 8 | 17 | 2E | 53 | 32 | 0 | 52 | D8 | 46 | B |
| Octal | 10 | 27 | 56 | 123 | 62 | 0 | 122 | 330 | 106 | 13 |
| Binary | 1000 | 10111 | 101110 | 1010011 | 110010 | 0 | 1010010 | 11011000 | 1000110 | 1011 |
Color Harmonies of #08172E
Complementary color
Monochromatic Colors of #08172E
Black with #08172E
Text Example
Text Example
White with #08172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08172E; }
p { color: rgb(8,23,46); }
H1.HeaderClassName
{
color: #08172E;
}
.AnyTagClassName
{
color: #08172E;
}
</style>
background-color css
<style>
a { background-color: #08172E; }
a { background-color: rgb(8,23,46); }
div.DivClassName
{
background-color: #08172E;
}
.BgClassName
{
background-color: #08172E;
}
</style>
border-color css
<style>
span { border-color: #08172E; }
span { border-color: rgb(8,23,46); }
td.TdClassName
{
border-color: #08172E;
}
.TagClassName
{
border-color: #08172E;
}
</style>