Shades of Black Pearl #08090A
Tints of Black Pearl #08090A
RGB
CMYK
RGB Variations
Color information
#08090A (or 0x08090A) is known color: Black Pearl. HEX triplet: 08, 09 and 0A. RGB value is (8,9,10). Sum of RGB (Red+Green+Blue) = 8+9+10=27 (3% of max value = 765). Red value is 8 (3.52% from 255 or 29.63% from 27); Green value is 9 (3.91% from 255 or 33.33% from 27); Blue value is 10 (4.30% from 255 or 37.04% from 27); Max value from RGB is 10 - color contains mainly: blue. Hex color #08090A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08090A is #F7F6F5. Grayscale: #080808. Windows color (decimal): -16250614 or 657672. OLE color: 657672.
HSL color Cylindrical-coordinate representation of color #08090A: hue angle of 210º degrees, saturation: 0.11, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #08090A is Cyan = 0.2, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 8 | 9 | 10 | - |
CMYK | 0.2 | 0.10 | 0 | 0.96 |
HSL | 210º | 0.11% | 0.04% | - |
HSV(B) | 210º | 0.2% | 0.04% | - |
XYZ | 0.25 | 0.27 | 0.33 | - |
YUV | 8.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 9 | 10 | 0.2 | 0.10 | 0 | 0.96 | 210 | 0.11 | 0.04 |
Hex | 8 | 9 | A | 14 | A | 0 | 60 | D2 | B | 4 |
Octal | 10 | 11 | 12 | 24 | 12 | 0 | 140 | 322 | 13 | 4 |
Binary | 1000 | 1001 | 1010 | 10100 | 1010 | 0 | 1100000 | 11010010 | 1011 | 100 |
Color Harmonies of #08090A
Complementary color
Monochromatic Colors of #08090A
Black with #08090A
Text Example
Text Example
White with #08090A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08090A; }
p { color: rgb(8,9,10); }
H1.HeaderClassName
{
color: #08090A;
}
.AnyTagClassName
{
color: #08090A;
}
</style>
background-color css
<style>
a { background-color: #08090A; }
a { background-color: rgb(8,9,10); }
div.DivClassName
{
background-color: #08090A;
}
.BgClassName
{
background-color: #08090A;
}
</style>
border-color css
<style>
span { border-color: #08090A; }
span { border-color: rgb(8,9,10); }
td.TdClassName
{
border-color: #08090A;
}
.TagClassName
{
border-color: #08090A;
}
</style>