Shades of Black Pearl #081B1C
Tints of Black Pearl #081B1C
RGB
CMYK
RGB Variations
Color information
#081B1C (or 0x081B1C) is known color: Black Pearl. HEX triplet: 08, 1B and 1C. RGB value is (8,27,28). Sum of RGB (Red+Green+Blue) = 8+27+28=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 27 (10.94% from 255 or 42.86% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 28 - color contains mainly: blue. Hex color #081B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081B1C is #F7E4E3. Grayscale: #151515. Windows color (decimal): -16245988 or 1841928. OLE color: 1841928.
HSL color Cylindrical-coordinate representation of color #081B1C: hue angle of 183º 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 #081B1C is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 27 | 28 | - |
| CMYK | 0.71 | 0.04 | 0 | 0.89 |
| HSL | 183º | 0.56% | 0.07% | - |
| HSV(B) | 183º | 0.71% | 0.11% | - |
| XYZ | 0.7 | 0.92 | 1.24 | - |
| YUV | 21.43 | 131.71 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 27 | 28 | 0.71 | 0.04 | 0 | 0.89 | 183 | 0.56 | 0.07 |
| Hex | 8 | 1B | 1C | 47 | 4 | 0 | 59 | B7 | 38 | 7 |
| Octal | 10 | 33 | 34 | 107 | 4 | 0 | 131 | 267 | 70 | 7 |
| Binary | 1000 | 11011 | 11100 | 1000111 | 100 | 0 | 1011001 | 10110111 | 111000 | 111 |
Color Harmonies of #081B1C
Complementary color
Monochromatic Colors of #081B1C
Black with #081B1C
Text Example
Text Example
White with #081B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081B1C; }
p { color: rgb(8,27,28); }
H1.HeaderClassName
{
color: #081B1C;
}
.AnyTagClassName
{
color: #081B1C;
}
</style>
background-color css
<style>
a { background-color: #081B1C; }
a { background-color: rgb(8,27,28); }
div.DivClassName
{
background-color: #081B1C;
}
.BgClassName
{
background-color: #081B1C;
}
</style>
border-color css
<style>
span { border-color: #081B1C; }
span { border-color: rgb(8,27,28); }
td.TdClassName
{
border-color: #081B1C;
}
.TagClassName
{
border-color: #081B1C;
}
</style>