Shades of Black Pearl #081624
Tints of Black Pearl #081624
RGB
CMYK
RGB Variations
Color information
#081624 (or 0x081624) is known color: Black Pearl. HEX triplet: 08, 16 and 24. RGB value is (8,22,36). Sum of RGB (Red+Green+Blue) = 8+22+36=66 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.12% from 66); Green value is 22 (8.98% from 255 or 33.33% from 66); Blue value is 36 (14.45% from 255 or 54.55% from 66); Max value from RGB is 36 - color contains mainly: blue. Hex color #081624 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081624 is #F7E9DB. Grayscale: #131313. Windows color (decimal): -16247260 or 2364936. OLE color: 2364936.
HSL color Cylindrical-coordinate representation of color #081624: hue angle of 210º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #081624 is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 8 | 22 | 36 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.86 |
| HSL | 210º | 0.64% | 0.09% | - |
| HSV(B) | 210º | 0.78% | 0.14% | - |
| XYZ | 0.71 | 0.75 | 1.78 | - |
| YUV | 19.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 22 | 36 | 0.78 | 0.39 | 0 | 0.86 | 210 | 0.64 | 0.09 |
| Hex | 8 | 16 | 24 | 4E | 27 | 0 | 56 | D2 | 40 | 9 |
| Octal | 10 | 26 | 44 | 116 | 47 | 0 | 126 | 322 | 100 | 11 |
| Binary | 1000 | 10110 | 100100 | 1001110 | 100111 | 0 | 1010110 | 11010010 | 1000000 | 1001 |
Color Harmonies of #081624
Complementary color
Monochromatic Colors of #081624
Black with #081624
Text Example
Text Example
White with #081624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081624; }
p { color: rgb(8,22,36); }
H1.HeaderClassName
{
color: #081624;
}
.AnyTagClassName
{
color: #081624;
}
</style>
background-color css
<style>
a { background-color: #081624; }
a { background-color: rgb(8,22,36); }
div.DivClassName
{
background-color: #081624;
}
.BgClassName
{
background-color: #081624;
}
</style>
border-color css
<style>
span { border-color: #081624; }
span { border-color: rgb(8,22,36); }
td.TdClassName
{
border-color: #081624;
}
.TagClassName
{
border-color: #081624;
}
</style>