Shades of Black Pearl #080D15
Tints of Black Pearl #080D15
RGB
CMYK
RGB Variations
Color information
#080D15 (or 0x080D15) is known color: Black Pearl. HEX triplet: 08, 0D and 15. RGB value is (8,13,21). Sum of RGB (Red+Green+Blue) = 8+13+21=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 13 (5.47% from 255 or 30.95% from 42); Blue value is 21 (8.59% from 255 or 50% from 42); Max value from RGB is 21 - color contains mainly: blue. Hex color #080D15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080D15 is #F7F2EA. Grayscale: #0C0C0C. Windows color (decimal): -16249579 or 1379592. OLE color: 1379592.
HSL color Cylindrical-coordinate representation of color #080D15: hue angle of 216.92º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #080D15 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 8 | 13 | 21 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.92 |
| HSL | 216.92º | 0.45% | 0.06% | - |
| HSV(B) | 216.92º | 0.62% | 0.08% | - |
| XYZ | 0.38 | 0.39 | 0.77 | - |
| YUV | 12.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 13 | 21 | 0.62 | 0.38 | 0 | 0.92 | 216.92 | 0.45 | 0.06 |
| Hex | 8 | D | 15 | 3E | 26 | 0 | 5C | D9 | 2D | 6 |
| Octal | 10 | 15 | 25 | 76 | 46 | 0 | 134 | 331 | 55 | 6 |
| Binary | 1000 | 1101 | 10101 | 111110 | 100110 | 0 | 1011100 | 11011001 | 101101 | 110 |
Color Harmonies of #080D15
Complementary color
Monochromatic Colors of #080D15
Black with #080D15
Text Example
Text Example
White with #080D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080D15; }
p { color: rgb(8,13,21); }
H1.HeaderClassName
{
color: #080D15;
}
.AnyTagClassName
{
color: #080D15;
}
</style>
background-color css
<style>
a { background-color: #080D15; }
a { background-color: rgb(8,13,21); }
div.DivClassName
{
background-color: #080D15;
}
.BgClassName
{
background-color: #080D15;
}
</style>
border-color css
<style>
span { border-color: #080D15; }
span { border-color: rgb(8,13,21); }
td.TdClassName
{
border-color: #080D15;
}
.TagClassName
{
border-color: #080D15;
}
</style>