Shades of Black Pearl #08182D
Tints of Black Pearl #08182D
RGB
CMYK
RGB Variations
Color information
#08182D (or 0x08182D) is known color: Black Pearl. HEX triplet: 08, 18 and 2D. RGB value is (8,24,45). Sum of RGB (Red+Green+Blue) = 8+24+45=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 24 (9.77% from 255 or 31.17% from 77); Blue value is 45 (17.97% from 255 or 58.44% from 77); Max value from RGB is 45 - color contains mainly: blue. Hex color #08182D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08182D is #F7E7D2. Grayscale: #151515. Windows color (decimal): -16246739 or 2955272. OLE color: 2955272.
HSL color Cylindrical-coordinate representation of color #08182D: hue angle of 214.05º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #08182D is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 24 | 45 | - |
| CMYK | 0.82 | 0.47 | 0 | 0.82 |
| HSL | 214.05º | 0.7% | 0.1% | - |
| HSV(B) | 214.05º | 0.82% | 0.18% | - |
| XYZ | 0.9 | 0.89 | 2.61 | - |
| YUV | 21.61 | 141.2 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 45 | 0.82 | 0.47 | 0 | 0.82 | 214.05 | 0.7 | 0.1 |
| Hex | 8 | 18 | 2D | 52 | 2F | 0 | 52 | D6 | 46 | A |
| Octal | 10 | 30 | 55 | 122 | 57 | 0 | 122 | 326 | 106 | 12 |
| Binary | 1000 | 11000 | 101101 | 1010010 | 101111 | 0 | 1010010 | 11010110 | 1000110 | 1010 |
Color Harmonies of #08182D
Complementary color
Monochromatic Colors of #08182D
Black with #08182D
Text Example
Text Example
White with #08182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08182D; }
p { color: rgb(8,24,45); }
H1.HeaderClassName
{
color: #08182D;
}
.AnyTagClassName
{
color: #08182D;
}
</style>
background-color css
<style>
a { background-color: #08182D; }
a { background-color: rgb(8,24,45); }
div.DivClassName
{
background-color: #08182D;
}
.BgClassName
{
background-color: #08182D;
}
</style>
border-color css
<style>
span { border-color: #08182D; }
span { border-color: rgb(8,24,45); }
td.TdClassName
{
border-color: #08182D;
}
.TagClassName
{
border-color: #08182D;
}
</style>