Shades of Black Pearl #081421
Tints of Black Pearl #081421
RGB
CMYK
RGB Variations
Color information
#081421 (or 0x081421) is known color: Black Pearl. HEX triplet: 08, 14 and 21. RGB value is (8,20,33). Sum of RGB (Red+Green+Blue) = 8+20+33=61 (8% of max value = 765). Red value is 8 (3.52% from 255 or 13.11% from 61); Green value is 20 (8.20% from 255 or 32.79% from 61); Blue value is 33 (13.28% from 255 or 54.10% from 61); Max value from RGB is 33 - color contains mainly: blue. Hex color #081421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081421 is #F7EBDE. Grayscale: #111111. Windows color (decimal): -16247775 or 2167816. OLE color: 2167816.
HSL color Cylindrical-coordinate representation of color #081421: hue angle of 211.2º degrees, saturation: 0.61, 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 #081421 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 20 | 33 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.87 |
| HSL | 211.2º | 0.61% | 0.08% | - |
| HSV(B) | 211.2º | 0.76% | 0.13% | - |
| XYZ | 0.62 | 0.66 | 1.53 | - |
| YUV | 17.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 33 | 0.76 | 0.39 | 0 | 0.87 | 211.2 | 0.61 | 0.08 |
| Hex | 8 | 14 | 21 | 4C | 27 | 0 | 57 | D3 | 3D | 8 |
| Octal | 10 | 24 | 41 | 114 | 47 | 0 | 127 | 323 | 75 | 10 |
| Binary | 1000 | 10100 | 100001 | 1001100 | 100111 | 0 | 1010111 | 11010011 | 111101 | 1000 |
Color Harmonies of #081421
Complementary color
Monochromatic Colors of #081421
Black with #081421
Text Example
Text Example
White with #081421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081421; }
p { color: rgb(8,20,33); }
H1.HeaderClassName
{
color: #081421;
}
.AnyTagClassName
{
color: #081421;
}
</style>
background-color css
<style>
a { background-color: #081421; }
a { background-color: rgb(8,20,33); }
div.DivClassName
{
background-color: #081421;
}
.BgClassName
{
background-color: #081421;
}
</style>
border-color css
<style>
span { border-color: #081421; }
span { border-color: rgb(8,20,33); }
td.TdClassName
{
border-color: #081421;
}
.TagClassName
{
border-color: #081421;
}
</style>