Shades of Black Pearl #081821
Tints of Black Pearl #081821
RGB
CMYK
RGB Variations
Color information
#081821 (or 0x081821) is known color: Black Pearl. HEX triplet: 08, 18 and 21. RGB value is (8,24,33). Sum of RGB (Red+Green+Blue) = 8+24+33=65 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.31% from 65); Green value is 24 (9.77% from 255 or 36.92% from 65); Blue value is 33 (13.28% from 255 or 50.77% from 65); Max value from RGB is 33 - color contains mainly: blue. Hex color #081821 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081821 is #F7E7DE. Grayscale: #141414. Windows color (decimal): -16246751 or 2168840. OLE color: 2168840.
HSL color Cylindrical-coordinate representation of color #081821: hue angle of 201.6º 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 #081821 is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 8 | 24 | 33 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.87 |
| HSL | 201.6º | 0.61% | 0.08% | - |
| HSV(B) | 201.6º | 0.76% | 0.13% | - |
| XYZ | 0.7 | 0.81 | 1.56 | - |
| YUV | 20.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 24 | 33 | 0.76 | 0.27 | 0 | 0.87 | 201.6 | 0.61 | 0.08 |
| Hex | 8 | 18 | 21 | 4C | 1B | 0 | 57 | CA | 3D | 8 |
| Octal | 10 | 30 | 41 | 114 | 33 | 0 | 127 | 312 | 75 | 10 |
| Binary | 1000 | 11000 | 100001 | 1001100 | 11011 | 0 | 1010111 | 11001010 | 111101 | 1000 |
Color Harmonies of #081821
Complementary color
Monochromatic Colors of #081821
Black with #081821
Text Example
Text Example
White with #081821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081821; }
p { color: rgb(8,24,33); }
H1.HeaderClassName
{
color: #081821;
}
.AnyTagClassName
{
color: #081821;
}
</style>
background-color css
<style>
a { background-color: #081821; }
a { background-color: rgb(8,24,33); }
div.DivClassName
{
background-color: #081821;
}
.BgClassName
{
background-color: #081821;
}
</style>
border-color css
<style>
span { border-color: #081821; }
span { border-color: rgb(8,24,33); }
td.TdClassName
{
border-color: #081821;
}
.TagClassName
{
border-color: #081821;
}
</style>