Shades of Black Pearl #080A0C
Tints of Black Pearl #080A0C
RGB
CMYK
RGB Variations
Color information
#080A0C (or 0x080A0C) is known color: Black Pearl. HEX triplet: 08, 0A and 0C. RGB value is (8,10,12). Sum of RGB (Red+Green+Blue) = 8+10+12=30 (3% of max value = 765). Red value is 8 (3.52% from 255 or 26.67% from 30); Green value is 10 (4.30% from 255 or 33.33% from 30); Blue value is 12 (5.08% from 255 or 40% from 30); Max value from RGB is 12 - color contains mainly: blue. Hex color #080A0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080A0C is #F7F5F3. Grayscale: #090909. Windows color (decimal): -16250356 or 789000. OLE color: 789000.
HSL color Cylindrical-coordinate representation of color #080A0C: hue angle of 210º degrees, saturation: 0.2, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #080A0C is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
RGB | 8 | 10 | 12 | - |
CMYK | 0.33 | 0.17 | 0 | 0.95 |
HSL | 210º | 0.2% | 0.04% | - |
HSV(B) | 210º | 0.33% | 0.05% | - |
XYZ | 0.28 | 0.3 | 0.39 | - |
YUV | 9.63 | 129.34 | 126.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 10 | 12 | 0.33 | 0.17 | 0 | 0.95 | 210 | 0.2 | 0.04 |
Hex | 8 | A | C | 21 | 11 | 0 | 5F | D2 | 14 | 4 |
Octal | 10 | 12 | 14 | 41 | 21 | 0 | 137 | 322 | 24 | 4 |
Binary | 1000 | 1010 | 1100 | 100001 | 10001 | 0 | 1011111 | 11010010 | 10100 | 100 |
Color Harmonies of #080A0C
Complementary color
Monochromatic Colors of #080A0C
Black with #080A0C
Text Example
Text Example
White with #080A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A0C; }
p { color: rgb(8,10,12); }
H1.HeaderClassName
{
color: #080A0C;
}
.AnyTagClassName
{
color: #080A0C;
}
</style>
background-color css
<style>
a { background-color: #080A0C; }
a { background-color: rgb(8,10,12); }
div.DivClassName
{
background-color: #080A0C;
}
.BgClassName
{
background-color: #080A0C;
}
</style>
border-color css
<style>
span { border-color: #080A0C; }
span { border-color: rgb(8,10,12); }
td.TdClassName
{
border-color: #080A0C;
}
.TagClassName
{
border-color: #080A0C;
}
</style>