Shades of Black Pearl #080A0B
Tints of Black Pearl #080A0B
RGB
CMYK
RGB Variations
Color information
#080A0B (or 0x080A0B) is known color: Black Pearl. HEX triplet: 08, 0A and 0B. RGB value is (8,10,11). Sum of RGB (Red+Green+Blue) = 8+10+11=29 (3% of max value = 765). Red value is 8 (3.52% from 255 or 27.59% from 29); Green value is 10 (4.30% from 255 or 34.48% from 29); Blue value is 11 (4.69% from 255 or 37.93% from 29); Max value from RGB is 11 - color contains mainly: blue. Hex color #080A0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080A0B is #F7F5F4. Grayscale: #090909. Windows color (decimal): -16250357 or 723464. OLE color: 723464.
HSL color Cylindrical-coordinate representation of color #080A0B: hue angle of 200º degrees, saturation: 0.16, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #080A0B is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 8 | 10 | 11 | - |
CMYK | 0.27 | 0.09 | 0 | 0.96 |
HSL | 200º | 0.16% | 0.04% | - |
HSV(B) | 200º | 0.27% | 0.04% | - |
XYZ | 0.27 | 0.29 | 0.36 | - |
YUV | 9.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 10 | 11 | 0.27 | 0.09 | 0 | 0.96 | 200 | 0.16 | 0.04 |
Hex | 8 | A | B | 1B | 9 | 0 | 60 | C8 | 10 | 4 |
Octal | 10 | 12 | 13 | 33 | 11 | 0 | 140 | 310 | 20 | 4 |
Binary | 1000 | 1010 | 1011 | 11011 | 1001 | 0 | 1100000 | 11001000 | 10000 | 100 |
Color Harmonies of #080A0B
Complementary color
Monochromatic Colors of #080A0B
Black with #080A0B
Text Example
Text Example
White with #080A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A0B; }
p { color: rgb(8,10,11); }
H1.HeaderClassName
{
color: #080A0B;
}
.AnyTagClassName
{
color: #080A0B;
}
</style>
background-color css
<style>
a { background-color: #080A0B; }
a { background-color: rgb(8,10,11); }
div.DivClassName
{
background-color: #080A0B;
}
.BgClassName
{
background-color: #080A0B;
}
</style>
border-color css
<style>
span { border-color: #080A0B; }
span { border-color: rgb(8,10,11); }
td.TdClassName
{
border-color: #080A0B;
}
.TagClassName
{
border-color: #080A0B;
}
</style>