Shades of Black Pearl #081A28
Tints of Black Pearl #081A28
RGB
CMYK
RGB Variations
Color information
#081A28 (or 0x081A28) is known color: Black Pearl. HEX triplet: 08, 1A and 28. RGB value is (8,26,40). Sum of RGB (Red+Green+Blue) = 8+26+40=74 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.81% from 74); Green value is 26 (10.55% from 255 or 35.14% from 74); Blue value is 40 (16.02% from 255 or 54.05% from 74); Max value from RGB is 40 - color contains mainly: blue. Hex color #081A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081A28 is #F7E5D7. Grayscale: #161616. Windows color (decimal): -16246232 or 2628104. OLE color: 2628104.
HSL color Cylindrical-coordinate representation of color #081A28: hue angle of 206.25º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #081A28 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 26 | 40 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.84 |
| HSL | 206.25º | 0.67% | 0.09% | - |
| HSV(B) | 206.25º | 0.8% | 0.16% | - |
| XYZ | 0.85 | 0.94 | 2.14 | - |
| YUV | 22.21 | 138.04 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 26 | 40 | 0.80 | 0.35 | 0 | 0.84 | 206.25 | 0.67 | 0.09 |
| Hex | 8 | 1A | 28 | 50 | 23 | 0 | 54 | CE | 43 | 9 |
| Octal | 10 | 32 | 50 | 120 | 43 | 0 | 124 | 316 | 103 | 11 |
| Binary | 1000 | 11010 | 101000 | 1010000 | 100011 | 0 | 1010100 | 11001110 | 1000011 | 1001 |
Color Harmonies of #081A28
Complementary color
Monochromatic Colors of #081A28
Black with #081A28
Text Example
Text Example
White with #081A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081A28; }
p { color: rgb(8,26,40); }
H1.HeaderClassName
{
color: #081A28;
}
.AnyTagClassName
{
color: #081A28;
}
</style>
background-color css
<style>
a { background-color: #081A28; }
a { background-color: rgb(8,26,40); }
div.DivClassName
{
background-color: #081A28;
}
.BgClassName
{
background-color: #081A28;
}
</style>
border-color css
<style>
span { border-color: #081A28; }
span { border-color: rgb(8,26,40); }
td.TdClassName
{
border-color: #081A28;
}
.TagClassName
{
border-color: #081A28;
}
</style>