Shades of Black Pearl #080B0D
Tints of Black Pearl #080B0D
RGB
CMYK
RGB Variations
Color information
#080B0D (or 0x080B0D) is known color: Black Pearl. HEX triplet: 08, 0B and 0D. RGB value is (8,11,13). Sum of RGB (Red+Green+Blue) = 8+11+13=32 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25% from 32); Green value is 11 (4.69% from 255 or 34.38% from 32); Blue value is 13 (5.47% from 255 or 40.62% from 32); Max value from RGB is 13 - color contains mainly: blue. Hex color #080B0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080B0D is #F7F4F2. Grayscale: #0A0A0A. Windows color (decimal): -16250099 or 854792. OLE color: 854792.
HSL color Cylindrical-coordinate representation of color #080B0D: hue angle of 204º degrees, saturation: 0.24, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #080B0D is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 8 | 11 | 13 | - |
| CMYK | 0.38 | 0.15 | 0 | 0.95 |
| HSL | 204º | 0.24% | 0.04% | - |
| HSV(B) | 204º | 0.38% | 0.05% | - |
| XYZ | 0.29 | 0.32 | 0.43 | - |
| YUV | 10.33 | 129.51 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 11 | 13 | 0.38 | 0.15 | 0 | 0.95 | 204 | 0.24 | 0.04 |
| Hex | 8 | B | D | 26 | F | 0 | 5F | CC | 18 | 4 |
| Octal | 10 | 13 | 15 | 46 | 17 | 0 | 137 | 314 | 30 | 4 |
| Binary | 1000 | 1011 | 1101 | 100110 | 1111 | 0 | 1011111 | 11001100 | 11000 | 100 |
Color Harmonies of #080B0D
Complementary color
Monochromatic Colors of #080B0D
Black with #080B0D
Text Example
Text Example
White with #080B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080B0D; }
p { color: rgb(8,11,13); }
H1.HeaderClassName
{
color: #080B0D;
}
.AnyTagClassName
{
color: #080B0D;
}
</style>
background-color css
<style>
a { background-color: #080B0D; }
a { background-color: rgb(8,11,13); }
div.DivClassName
{
background-color: #080B0D;
}
.BgClassName
{
background-color: #080B0D;
}
</style>
border-color css
<style>
span { border-color: #080B0D; }
span { border-color: rgb(8,11,13); }
td.TdClassName
{
border-color: #080B0D;
}
.TagClassName
{
border-color: #080B0D;
}
</style>