Shades of Black Pearl #081B2A
Tints of Black Pearl #081B2A
RGB
CMYK
RGB Variations
Color information
#081B2A (or 0x081B2A) is known color: Black Pearl. HEX triplet: 08, 1B and 2A. RGB value is (8,27,42). Sum of RGB (Red+Green+Blue) = 8+27+42=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 27 (10.94% from 255 or 35.06% from 77); Blue value is 42 (16.80% from 255 or 54.55% from 77); Max value from RGB is 42 - color contains mainly: blue. Hex color #081B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081B2A is #F7E4D5. Grayscale: #161616. Windows color (decimal): -16245974 or 2759432. OLE color: 2759432.
HSL color Cylindrical-coordinate representation of color #081B2A: hue angle of 206.47º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #081B2A is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 27 | 42 | - |
| CMYK | 0.81 | 0.36 | 0 | 0.84 |
| HSL | 206.47º | 0.68% | 0.1% | - |
| HSV(B) | 206.47º | 0.81% | 0.16% | - |
| XYZ | 0.91 | 1 | 2.34 | - |
| YUV | 23.03 | 138.71 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 27 | 42 | 0.81 | 0.36 | 0 | 0.84 | 206.47 | 0.68 | 0.1 |
| Hex | 8 | 1B | 2A | 51 | 24 | 0 | 54 | CE | 44 | A |
| Octal | 10 | 33 | 52 | 121 | 44 | 0 | 124 | 316 | 104 | 12 |
| Binary | 1000 | 11011 | 101010 | 1010001 | 100100 | 0 | 1010100 | 11001110 | 1000100 | 1010 |
Color Harmonies of #081B2A
Complementary color
Monochromatic Colors of #081B2A
Black with #081B2A
Text Example
Text Example
White with #081B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081B2A; }
p { color: rgb(8,27,42); }
H1.HeaderClassName
{
color: #081B2A;
}
.AnyTagClassName
{
color: #081B2A;
}
</style>
background-color css
<style>
a { background-color: #081B2A; }
a { background-color: rgb(8,27,42); }
div.DivClassName
{
background-color: #081B2A;
}
.BgClassName
{
background-color: #081B2A;
}
</style>
border-color css
<style>
span { border-color: #081B2A; }
span { border-color: rgb(8,27,42); }
td.TdClassName
{
border-color: #081B2A;
}
.TagClassName
{
border-color: #081B2A;
}
</style>