Shades of Black Pearl #08151A
Tints of Black Pearl #08151A
RGB
CMYK
RGB Variations
Color information
#08151A (or 0x08151A) is known color: Black Pearl. HEX triplet: 08, 15 and 1A. RGB value is (8,21,26). Sum of RGB (Red+Green+Blue) = 8+21+26=55 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.55% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 26 (10.55% from 255 or 47.27% from 55); Max value from RGB is 26 - color contains mainly: blue. Hex color #08151A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08151A is #F7EAE5. Grayscale: #111111. Windows color (decimal): -16247526 or 1709320. OLE color: 1709320.
HSL color Cylindrical-coordinate representation of color #08151A: hue angle of 196.67º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #08151A is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 8 | 21 | 26 | - |
| CMYK | 0.69 | 0.19 | 0 | 0.90 |
| HSL | 196.67º | 0.53% | 0.07% | - |
| HSV(B) | 196.67º | 0.69% | 0.1% | - |
| XYZ | 0.55 | 0.66 | 1.08 | - |
| YUV | 17.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 26 | 0.69 | 0.19 | 0 | 0.90 | 196.67 | 0.53 | 0.07 |
| Hex | 8 | 15 | 1A | 45 | 13 | 0 | 5A | C5 | 35 | 7 |
| Octal | 10 | 25 | 32 | 105 | 23 | 0 | 132 | 305 | 65 | 7 |
| Binary | 1000 | 10101 | 11010 | 1000101 | 10011 | 0 | 1011010 | 11000101 | 110101 | 111 |
Color Harmonies of #08151A
Complementary color
Monochromatic Colors of #08151A
Black with #08151A
Text Example
Text Example
White with #08151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08151A; }
p { color: rgb(8,21,26); }
H1.HeaderClassName
{
color: #08151A;
}
.AnyTagClassName
{
color: #08151A;
}
</style>
background-color css
<style>
a { background-color: #08151A; }
a { background-color: rgb(8,21,26); }
div.DivClassName
{
background-color: #08151A;
}
.BgClassName
{
background-color: #08151A;
}
</style>
border-color css
<style>
span { border-color: #08151A; }
span { border-color: rgb(8,21,26); }
td.TdClassName
{
border-color: #08151A;
}
.TagClassName
{
border-color: #08151A;
}
</style>