Shades of Black Pearl #081322
Tints of Black Pearl #081322
RGB
CMYK
RGB Variations
Color information
#081322 (or 0x081322) is known color: Black Pearl. HEX triplet: 08, 13 and 22. RGB value is (8,19,34). Sum of RGB (Red+Green+Blue) = 8+19+34=61 (8% of max value = 765). Red value is 8 (3.52% from 255 or 13.11% from 61); Green value is 19 (7.81% from 255 or 31.15% from 61); Blue value is 34 (13.67% from 255 or 55.74% from 61); Max value from RGB is 34 - color contains mainly: blue. Hex color #081322 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081322 is #F7ECDD. Grayscale: #111111. Windows color (decimal): -16248030 or 2233096. OLE color: 2233096.
HSL color Cylindrical-coordinate representation of color #081322: hue angle of 214.62º degrees, saturation: 0.62, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #081322 is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 19 | 34 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.87 |
| HSL | 214.62º | 0.62% | 0.08% | - |
| HSV(B) | 214.62º | 0.76% | 0.13% | - |
| XYZ | 0.62 | 0.63 | 1.6 | - |
| YUV | 17.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 34 | 0.76 | 0.44 | 0 | 0.87 | 214.62 | 0.62 | 0.08 |
| Hex | 8 | 13 | 22 | 4C | 2C | 0 | 57 | D7 | 3E | 8 |
| Octal | 10 | 23 | 42 | 114 | 54 | 0 | 127 | 327 | 76 | 10 |
| Binary | 1000 | 10011 | 100010 | 1001100 | 101100 | 0 | 1010111 | 11010111 | 111110 | 1000 |
Color Harmonies of #081322
Complementary color
Monochromatic Colors of #081322
Black with #081322
Text Example
Text Example
White with #081322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081322; }
p { color: rgb(8,19,34); }
H1.HeaderClassName
{
color: #081322;
}
.AnyTagClassName
{
color: #081322;
}
</style>
background-color css
<style>
a { background-color: #081322; }
a { background-color: rgb(8,19,34); }
div.DivClassName
{
background-color: #081322;
}
.BgClassName
{
background-color: #081322;
}
</style>
border-color css
<style>
span { border-color: #081322; }
span { border-color: rgb(8,19,34); }
td.TdClassName
{
border-color: #081322;
}
.TagClassName
{
border-color: #081322;
}
</style>