Shades of Black Pearl #081C28
Tints of Black Pearl #081C28
RGB
CMYK
RGB Variations
Color information
#081C28 (or 0x081C28) is known color: Black Pearl. HEX triplet: 08, 1C and 28. RGB value is (8,28,40). Sum of RGB (Red+Green+Blue) = 8+28+40=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 28 (11.33% from 255 or 36.84% from 76); Blue value is 40 (16.02% from 255 or 52.63% from 76); Max value from RGB is 40 - color contains mainly: blue. Hex color #081C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081C28 is #F7E3D7. Grayscale: #171717. Windows color (decimal): -16245720 or 2628616. OLE color: 2628616.
HSL color Cylindrical-coordinate representation of color #081C28: hue angle of 202.5º 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 #081C28 is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 28 | 40 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.84 |
| HSL | 202.5º | 0.67% | 0.09% | - |
| HSV(B) | 202.5º | 0.8% | 0.16% | - |
| XYZ | 0.9 | 1.04 | 2.16 | - |
| YUV | 23.39 | 137.37 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 28 | 40 | 0.80 | 0.30 | 0 | 0.84 | 202.5 | 0.67 | 0.09 |
| Hex | 8 | 1C | 28 | 50 | 1E | 0 | 54 | CA | 43 | 9 |
| Octal | 10 | 34 | 50 | 120 | 36 | 0 | 124 | 312 | 103 | 11 |
| Binary | 1000 | 11100 | 101000 | 1010000 | 11110 | 0 | 1010100 | 11001010 | 1000011 | 1001 |
Color Harmonies of #081C28
Complementary color
Monochromatic Colors of #081C28
Black with #081C28
Text Example
Text Example
White with #081C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081C28; }
p { color: rgb(8,28,40); }
H1.HeaderClassName
{
color: #081C28;
}
.AnyTagClassName
{
color: #081C28;
}
</style>
background-color css
<style>
a { background-color: #081C28; }
a { background-color: rgb(8,28,40); }
div.DivClassName
{
background-color: #081C28;
}
.BgClassName
{
background-color: #081C28;
}
</style>
border-color css
<style>
span { border-color: #081C28; }
span { border-color: rgb(8,28,40); }
td.TdClassName
{
border-color: #081C28;
}
.TagClassName
{
border-color: #081C28;
}
</style>