Shades of Black Pearl #08181A
Tints of Black Pearl #08181A
RGB
CMYK
RGB Variations
Color information
#08181A (or 0x08181A) is known color: Black Pearl. HEX triplet: 08, 18 and 1A. RGB value is (8,24,26). Sum of RGB (Red+Green+Blue) = 8+24+26=58 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.79% from 58); Green value is 24 (9.77% from 255 or 41.38% from 58); Blue value is 26 (10.55% from 255 or 44.83% from 58); Max value from RGB is 26 - color contains mainly: blue. Hex color #08181A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08181A is #F7E7E5. Grayscale: #131313. Windows color (decimal): -16246758 or 1710088. OLE color: 1710088.
HSL color Cylindrical-coordinate representation of color #08181A: hue angle of 186.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 #08181A is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 8 | 24 | 26 | - |
| CMYK | 0.69 | 0.08 | 0 | 0.90 |
| HSL | 186.67º | 0.53% | 0.07% | - |
| HSV(B) | 186.67º | 0.69% | 0.1% | - |
| XYZ | 0.61 | 0.78 | 1.1 | - |
| YUV | 19.44 | 131.7 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 26 | 0.69 | 0.08 | 0 | 0.90 | 186.67 | 0.53 | 0.07 |
| Hex | 8 | 18 | 1A | 45 | 8 | 0 | 5A | BB | 35 | 7 |
| Octal | 10 | 30 | 32 | 105 | 10 | 0 | 132 | 273 | 65 | 7 |
| Binary | 1000 | 11000 | 11010 | 1000101 | 1000 | 0 | 1011010 | 10111011 | 110101 | 111 |
Color Harmonies of #08181A
Complementary color
Monochromatic Colors of #08181A
Black with #08181A
Text Example
Text Example
White with #08181A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08181A; }
p { color: rgb(8,24,26); }
H1.HeaderClassName
{
color: #08181A;
}
.AnyTagClassName
{
color: #08181A;
}
</style>
background-color css
<style>
a { background-color: #08181A; }
a { background-color: rgb(8,24,26); }
div.DivClassName
{
background-color: #08181A;
}
.BgClassName
{
background-color: #08181A;
}
</style>
border-color css
<style>
span { border-color: #08181A; }
span { border-color: rgb(8,24,26); }
td.TdClassName
{
border-color: #08181A;
}
.TagClassName
{
border-color: #08181A;
}
</style>