Shades of Black Pearl #081A27
Tints of Black Pearl #081A27
RGB
CMYK
RGB Variations
Color information
#081A27 (or 0x081A27) is known color: Black Pearl. HEX triplet: 08, 1A and 27. RGB value is (8,26,39). Sum of RGB (Red+Green+Blue) = 8+26+39=73 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.96% from 73); Green value is 26 (10.55% from 255 or 35.62% from 73); Blue value is 39 (15.62% from 255 or 53.42% from 73); Max value from RGB is 39 - color contains mainly: blue. Hex color #081A27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081A27 is #F7E5D8. Grayscale: #161616. Windows color (decimal): -16246233 or 2562568. OLE color: 2562568.
HSL color Cylindrical-coordinate representation of color #081A27: hue angle of 205.16º degrees, saturation: 0.66, 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 #081A27 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 26 | 39 | - |
| CMYK | 0.79 | 0.33 | 0 | 0.85 |
| HSL | 205.16º | 0.66% | 0.09% | - |
| HSV(B) | 205.16º | 0.79% | 0.15% | - |
| XYZ | 0.84 | 0.94 | 2.06 | - |
| YUV | 22.1 | 137.54 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 26 | 39 | 0.79 | 0.33 | 0 | 0.85 | 205.16 | 0.66 | 0.09 |
| Hex | 8 | 1A | 27 | 4F | 21 | 0 | 55 | CD | 42 | 9 |
| Octal | 10 | 32 | 47 | 117 | 41 | 0 | 125 | 315 | 102 | 11 |
| Binary | 1000 | 11010 | 100111 | 1001111 | 100001 | 0 | 1010101 | 11001101 | 1000010 | 1001 |
Color Harmonies of #081A27
Complementary color
Monochromatic Colors of #081A27
Black with #081A27
Text Example
Text Example
White with #081A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081A27; }
p { color: rgb(8,26,39); }
H1.HeaderClassName
{
color: #081A27;
}
.AnyTagClassName
{
color: #081A27;
}
</style>
background-color css
<style>
a { background-color: #081A27; }
a { background-color: rgb(8,26,39); }
div.DivClassName
{
background-color: #081A27;
}
.BgClassName
{
background-color: #081A27;
}
</style>
border-color css
<style>
span { border-color: #081A27; }
span { border-color: rgb(8,26,39); }
td.TdClassName
{
border-color: #081A27;
}
.TagClassName
{
border-color: #081A27;
}
</style>