Shades of Black Pearl #081A1B
Tints of Black Pearl #081A1B
RGB
CMYK
RGB Variations
Color information
#081A1B (or 0x081A1B) is known color: Black Pearl. HEX triplet: 08, 1A and 1B. RGB value is (8,26,27). Sum of RGB (Red+Green+Blue) = 8+26+27=61 (8% of max value = 765). Red value is 8 (3.52% from 255 or 13.11% from 61); Green value is 26 (10.55% from 255 or 42.62% from 61); Blue value is 27 (10.94% from 255 or 44.26% from 61); Max value from RGB is 27 - color contains mainly: blue. Hex color #081A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081A1B is #F7E5E4. Grayscale: #141414. Windows color (decimal): -16246245 or 1776136. OLE color: 1776136.
HSL color Cylindrical-coordinate representation of color #081A1B: hue angle of 183.16º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #081A1B is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 26 | 27 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.89 |
| HSL | 183.16º | 0.54% | 0.07% | - |
| HSV(B) | 183.16º | 0.7% | 0.11% | - |
| XYZ | 0.67 | 0.87 | 1.17 | - |
| YUV | 20.73 | 131.54 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 26 | 27 | 0.70 | 0.04 | 0 | 0.89 | 183.16 | 0.54 | 0.07 |
| Hex | 8 | 1A | 1B | 46 | 4 | 0 | 59 | B7 | 36 | 7 |
| Octal | 10 | 32 | 33 | 106 | 4 | 0 | 131 | 267 | 66 | 7 |
| Binary | 1000 | 11010 | 11011 | 1000110 | 100 | 0 | 1011001 | 10110111 | 110110 | 111 |
Color Harmonies of #081A1B
Complementary color
Monochromatic Colors of #081A1B
Black with #081A1B
Text Example
Text Example
White with #081A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081A1B; }
p { color: rgb(8,26,27); }
H1.HeaderClassName
{
color: #081A1B;
}
.AnyTagClassName
{
color: #081A1B;
}
</style>
background-color css
<style>
a { background-color: #081A1B; }
a { background-color: rgb(8,26,27); }
div.DivClassName
{
background-color: #081A1B;
}
.BgClassName
{
background-color: #081A1B;
}
</style>
border-color css
<style>
span { border-color: #081A1B; }
span { border-color: rgb(8,26,27); }
td.TdClassName
{
border-color: #081A1B;
}
.TagClassName
{
border-color: #081A1B;
}
</style>