Shades of Black Pearl #081C2D
Tints of Black Pearl #081C2D
RGB
CMYK
RGB Variations
Color information
#081C2D (or 0x081C2D) is known color: Black Pearl. HEX triplet: 08, 1C and 2D. RGB value is (8,28,45). Sum of RGB (Red+Green+Blue) = 8+28+45=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 28 (11.33% from 255 or 34.57% from 81); Blue value is 45 (17.97% from 255 or 55.56% from 81); Max value from RGB is 45 - color contains mainly: blue. Hex color #081C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081C2D is #F7E3D2. Grayscale: #171717. Windows color (decimal): -16245715 or 2956296. OLE color: 2956296.
HSL color Cylindrical-coordinate representation of color #081C2D: hue angle of 207.57º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #081C2D is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 28 | 45 | - |
| CMYK | 0.82 | 0.38 | 0 | 0.82 |
| HSL | 207.57º | 0.7% | 0.1% | - |
| HSV(B) | 207.57º | 0.82% | 0.18% | - |
| XYZ | 0.99 | 1.07 | 2.64 | - |
| YUV | 23.96 | 139.87 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 28 | 45 | 0.82 | 0.38 | 0 | 0.82 | 207.57 | 0.7 | 0.1 |
| Hex | 8 | 1C | 2D | 52 | 26 | 0 | 52 | D0 | 46 | A |
| Octal | 10 | 34 | 55 | 122 | 46 | 0 | 122 | 320 | 106 | 12 |
| Binary | 1000 | 11100 | 101101 | 1010010 | 100110 | 0 | 1010010 | 11010000 | 1000110 | 1010 |
Color Harmonies of #081C2D
Complementary color
Monochromatic Colors of #081C2D
Black with #081C2D
Text Example
Text Example
White with #081C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081C2D; }
p { color: rgb(8,28,45); }
H1.HeaderClassName
{
color: #081C2D;
}
.AnyTagClassName
{
color: #081C2D;
}
</style>
background-color css
<style>
a { background-color: #081C2D; }
a { background-color: rgb(8,28,45); }
div.DivClassName
{
background-color: #081C2D;
}
.BgClassName
{
background-color: #081C2D;
}
</style>
border-color css
<style>
span { border-color: #081C2D; }
span { border-color: rgb(8,28,45); }
td.TdClassName
{
border-color: #081C2D;
}
.TagClassName
{
border-color: #081C2D;
}
</style>