Shades of Black Pearl #081A1C
Tints of Black Pearl #081A1C
RGB
CMYK
RGB Variations
Color information
#081A1C (or 0x081A1C) is known color: Black Pearl. HEX triplet: 08, 1A and 1C. RGB value is (8,26,28). Sum of RGB (Red+Green+Blue) = 8+26+28=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 26 (10.55% from 255 or 41.94% from 62); Blue value is 28 (11.33% from 255 or 45.16% from 62); Max value from RGB is 28 - color contains mainly: blue. Hex color #081A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081A1C is #F7E5E3. Grayscale: #141414. Windows color (decimal): -16246244 or 1841672. OLE color: 1841672.
HSL color Cylindrical-coordinate representation of color #081A1C: hue angle of 186º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #081A1C is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 26 | 28 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.89 |
| HSL | 186º | 0.56% | 0.07% | - |
| HSV(B) | 186º | 0.71% | 0.11% | - |
| XYZ | 0.68 | 0.87 | 1.23 | - |
| YUV | 20.85 | 132.04 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 26 | 28 | 0.71 | 0.07 | 0 | 0.89 | 186 | 0.56 | 0.07 |
| Hex | 8 | 1A | 1C | 47 | 7 | 0 | 59 | BA | 38 | 7 |
| Octal | 10 | 32 | 34 | 107 | 7 | 0 | 131 | 272 | 70 | 7 |
| Binary | 1000 | 11010 | 11100 | 1000111 | 111 | 0 | 1011001 | 10111010 | 111000 | 111 |
Color Harmonies of #081A1C
Complementary color
Monochromatic Colors of #081A1C
Black with #081A1C
Text Example
Text Example
White with #081A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081A1C; }
p { color: rgb(8,26,28); }
H1.HeaderClassName
{
color: #081A1C;
}
.AnyTagClassName
{
color: #081A1C;
}
</style>
background-color css
<style>
a { background-color: #081A1C; }
a { background-color: rgb(8,26,28); }
div.DivClassName
{
background-color: #081A1C;
}
.BgClassName
{
background-color: #081A1C;
}
</style>
border-color css
<style>
span { border-color: #081A1C; }
span { border-color: rgb(8,26,28); }
td.TdClassName
{
border-color: #081A1C;
}
.TagClassName
{
border-color: #081A1C;
}
</style>