Shades of Black Pearl #081326
Tints of Black Pearl #081326
RGB
CMYK
RGB Variations
Color information
#081326 (or 0x081326) is known color: Black Pearl. HEX triplet: 08, 13 and 26. RGB value is (8,19,38). Sum of RGB (Red+Green+Blue) = 8+19+38=65 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.31% from 65); Green value is 19 (7.81% from 255 or 29.23% from 65); Blue value is 38 (15.23% from 255 or 58.46% from 65); Max value from RGB is 38 - color contains mainly: blue. Hex color #081326 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081326 is #F7ECD9. Grayscale: #111111. Windows color (decimal): -16248026 or 2495240. OLE color: 2495240.
HSL color Cylindrical-coordinate representation of color #081326: hue angle of 218º degrees, saturation: 0.65, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #081326 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 19 | 38 | - |
| CMYK | 0.79 | 0.50 | 0 | 0.85 |
| HSL | 218º | 0.65% | 0.09% | - |
| HSV(B) | 218º | 0.79% | 0.15% | - |
| XYZ | 0.68 | 0.66 | 1.92 | - |
| YUV | 17.88 | 139.36 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 38 | 0.79 | 0.50 | 0 | 0.85 | 218 | 0.65 | 0.09 |
| Hex | 8 | 13 | 26 | 4F | 32 | 0 | 55 | DA | 41 | 9 |
| Octal | 10 | 23 | 46 | 117 | 62 | 0 | 125 | 332 | 101 | 11 |
| Binary | 1000 | 10011 | 100110 | 1001111 | 110010 | 0 | 1010101 | 11011010 | 1000001 | 1001 |
Color Harmonies of #081326
Complementary color
Monochromatic Colors of #081326
Black with #081326
Text Example
Text Example
White with #081326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081326; }
p { color: rgb(8,19,38); }
H1.HeaderClassName
{
color: #081326;
}
.AnyTagClassName
{
color: #081326;
}
</style>
background-color css
<style>
a { background-color: #081326; }
a { background-color: rgb(8,19,38); }
div.DivClassName
{
background-color: #081326;
}
.BgClassName
{
background-color: #081326;
}
</style>
border-color css
<style>
span { border-color: #081326; }
span { border-color: rgb(8,19,38); }
td.TdClassName
{
border-color: #081326;
}
.TagClassName
{
border-color: #081326;
}
</style>