Shades of Black Pearl #080A0D
Tints of Black Pearl #080A0D
RGB
CMYK
RGB Variations
Color information
#080A0D (or 0x080A0D) is known color: Black Pearl. HEX triplet: 08, 0A and 0D. RGB value is (8,10,13). Sum of RGB (Red+Green+Blue) = 8+10+13=31 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25.81% from 31); Green value is 10 (4.30% from 255 or 32.26% from 31); Blue value is 13 (5.47% from 255 or 41.94% from 31); Max value from RGB is 13 - color contains mainly: blue. Hex color #080A0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080A0D is #F7F5F2. Grayscale: #090909. Windows color (decimal): -16250355 or 854536. OLE color: 854536.
HSL color Cylindrical-coordinate representation of color #080A0D: hue angle of 216º 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 #080A0D is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
RGB | 8 | 10 | 13 | - |
CMYK | 0.38 | 0.23 | 0 | 0.95 |
HSL | 216º | 0.24% | 0.04% | - |
HSV(B) | 216º | 0.38% | 0.05% | - |
XYZ | 0.28 | 0.3 | 0.42 | - |
YUV | 9.74 | 129.84 | 126.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 10 | 13 | 0.38 | 0.23 | 0 | 0.95 | 216 | 0.24 | 0.04 |
Hex | 8 | A | D | 26 | 17 | 0 | 5F | D8 | 18 | 4 |
Octal | 10 | 12 | 15 | 46 | 27 | 0 | 137 | 330 | 30 | 4 |
Binary | 1000 | 1010 | 1101 | 100110 | 10111 | 0 | 1011111 | 11011000 | 11000 | 100 |
Color Harmonies of #080A0D
Complementary color
Monochromatic Colors of #080A0D
Black with #080A0D
Text Example
Text Example
White with #080A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A0D; }
p { color: rgb(8,10,13); }
H1.HeaderClassName
{
color: #080A0D;
}
.AnyTagClassName
{
color: #080A0D;
}
</style>
background-color css
<style>
a { background-color: #080A0D; }
a { background-color: rgb(8,10,13); }
div.DivClassName
{
background-color: #080A0D;
}
.BgClassName
{
background-color: #080A0D;
}
</style>
border-color css
<style>
span { border-color: #080A0D; }
span { border-color: rgb(8,10,13); }
td.TdClassName
{
border-color: #080A0D;
}
.TagClassName
{
border-color: #080A0D;
}
</style>