Shades of Black Pearl #08181B
Tints of Black Pearl #08181B
RGB
CMYK
RGB Variations
Color information
#08181B (or 0x08181B) is known color: Black Pearl. HEX triplet: 08, 18 and 1B. RGB value is (8,24,27). Sum of RGB (Red+Green+Blue) = 8+24+27=59 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.56% from 59); Green value is 24 (9.77% from 255 or 40.68% from 59); Blue value is 27 (10.94% from 255 or 45.76% from 59); Max value from RGB is 27 - color contains mainly: blue. Hex color #08181B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08181B is #F7E7E4. Grayscale: #131313. Windows color (decimal): -16246757 or 1775624. OLE color: 1775624.
HSL color Cylindrical-coordinate representation of color #08181B: hue angle of 189.47º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #08181B is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 24 | 27 | - |
| CMYK | 0.70 | 0.11 | 0 | 0.89 |
| HSL | 189.47º | 0.54% | 0.07% | - |
| HSV(B) | 189.47º | 0.7% | 0.11% | - |
| XYZ | 0.62 | 0.78 | 1.16 | - |
| YUV | 19.56 | 132.2 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 27 | 0.70 | 0.11 | 0 | 0.89 | 189.47 | 0.54 | 0.07 |
| Hex | 8 | 18 | 1B | 46 | B | 0 | 59 | BD | 36 | 7 |
| Octal | 10 | 30 | 33 | 106 | 13 | 0 | 131 | 275 | 66 | 7 |
| Binary | 1000 | 11000 | 11011 | 1000110 | 1011 | 0 | 1011001 | 10111101 | 110110 | 111 |
Color Harmonies of #08181B
Complementary color
Monochromatic Colors of #08181B
Black with #08181B
Text Example
Text Example
White with #08181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08181B; }
p { color: rgb(8,24,27); }
H1.HeaderClassName
{
color: #08181B;
}
.AnyTagClassName
{
color: #08181B;
}
</style>
background-color css
<style>
a { background-color: #08181B; }
a { background-color: rgb(8,24,27); }
div.DivClassName
{
background-color: #08181B;
}
.BgClassName
{
background-color: #08181B;
}
</style>
border-color css
<style>
span { border-color: #08181B; }
span { border-color: rgb(8,24,27); }
td.TdClassName
{
border-color: #08181B;
}
.TagClassName
{
border-color: #08181B;
}
</style>