Shades of Black Pearl #01080A
Tints of Black Pearl #01080A
RGB
CMYK
RGB Variations
Color information
#01080A (or 0x01080A) is known color: Black Pearl. HEX triplet: 01, 08 and 0A. RGB value is (1,8,10). Sum of RGB (Red+Green+Blue) = 1+8+10=19 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.26% from 19); Green value is 8 (3.52% from 255 or 42.11% from 19); Blue value is 10 (4.30% from 255 or 52.63% from 19); Max value from RGB is 10 - color contains mainly: blue. Hex color #01080A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01080A is #FEF7F5. Grayscale: #060606. Windows color (decimal): -16709622 or 657409. OLE color: 657409.
HSL color Cylindrical-coordinate representation of color #01080A: hue angle of 193.33º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #01080A is Cyan = 0.90, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 1 | 8 | 10 | - |
CMYK | 0.90 | 0.2 | 0 | 0.96 |
HSL | 193.33º | 0.82% | 0.02% | - |
HSV(B) | 193.33º | 0.9% | 0.04% | - |
XYZ | 0.15 | 0.2 | 0.32 | - |
YUV | 6.14 | 130.18 | 124.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 8 | 10 | 0.90 | 0.2 | 0 | 0.96 | 193.33 | 0.82 | 0.02 |
Hex | 1 | 8 | A | 5A | 14 | 0 | 60 | C1 | 52 | 2 |
Octal | 1 | 10 | 12 | 132 | 24 | 0 | 140 | 301 | 122 | 2 |
Binary | 1 | 1000 | 1010 | 1011010 | 10100 | 0 | 1100000 | 11000001 | 1010010 | 10 |
Color Harmonies of #01080A
Complementary color
Monochromatic Colors of #01080A
Black with #01080A
Text Example
Text Example
White with #01080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01080A; }
p { color: rgb(1,8,10); }
H1.HeaderClassName
{
color: #01080A;
}
.AnyTagClassName
{
color: #01080A;
}
</style>
background-color css
<style>
a { background-color: #01080A; }
a { background-color: rgb(1,8,10); }
div.DivClassName
{
background-color: #01080A;
}
.BgClassName
{
background-color: #01080A;
}
</style>
border-color css
<style>
span { border-color: #01080A; }
span { border-color: rgb(1,8,10); }
td.TdClassName
{
border-color: #01080A;
}
.TagClassName
{
border-color: #01080A;
}
</style>