Shades of Black Pearl #081B2C
Tints of Black Pearl #081B2C
RGB
CMYK
RGB Variations
Color information
#081B2C (or 0x081B2C) is known color: Black Pearl. HEX triplet: 08, 1B and 2C. RGB value is (8,27,44). Sum of RGB (Red+Green+Blue) = 8+27+44=79 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.13% from 79); Green value is 27 (10.94% from 255 or 34.18% from 79); Blue value is 44 (17.58% from 255 or 55.70% from 79); Max value from RGB is 44 - color contains mainly: blue. Hex color #081B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081B2C is #F7E4D3. Grayscale: #171717. Windows color (decimal): -16245972 or 2890504. OLE color: 2890504.
HSL color Cylindrical-coordinate representation of color #081B2C: hue angle of 208.33º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #081B2C is Cyan = 0.82, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 27 | 44 | - |
| CMYK | 0.82 | 0.39 | 0 | 0.83 |
| HSL | 208.33º | 0.69% | 0.1% | - |
| HSV(B) | 208.33º | 0.82% | 0.17% | - |
| XYZ | 0.95 | 1.02 | 2.53 | - |
| YUV | 23.26 | 139.71 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 27 | 44 | 0.82 | 0.39 | 0 | 0.83 | 208.33 | 0.69 | 0.1 |
| Hex | 8 | 1B | 2C | 52 | 27 | 0 | 53 | D0 | 45 | A |
| Octal | 10 | 33 | 54 | 122 | 47 | 0 | 123 | 320 | 105 | 12 |
| Binary | 1000 | 11011 | 101100 | 1010010 | 100111 | 0 | 1010011 | 11010000 | 1000101 | 1010 |
Color Harmonies of #081B2C
Complementary color
Monochromatic Colors of #081B2C
Black with #081B2C
Text Example
Text Example
White with #081B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081B2C; }
p { color: rgb(8,27,44); }
H1.HeaderClassName
{
color: #081B2C;
}
.AnyTagClassName
{
color: #081B2C;
}
</style>
background-color css
<style>
a { background-color: #081B2C; }
a { background-color: rgb(8,27,44); }
div.DivClassName
{
background-color: #081B2C;
}
.BgClassName
{
background-color: #081B2C;
}
</style>
border-color css
<style>
span { border-color: #081B2C; }
span { border-color: rgb(8,27,44); }
td.TdClassName
{
border-color: #081B2C;
}
.TagClassName
{
border-color: #081B2C;
}
</style>