Shades of Black Pearl #081C1F
Tints of Black Pearl #081C1F
RGB
CMYK
RGB Variations
Color information
#081C1F (or 0x081C1F) is known color: Black Pearl. HEX triplet: 08, 1C and 1F. RGB value is (8,28,31). Sum of RGB (Red+Green+Blue) = 8+28+31=67 (8% of max value = 765). Red value is 8 (3.52% from 255 or 11.94% from 67); Green value is 28 (11.33% from 255 or 41.79% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 31 - color contains mainly: blue. Hex color #081C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081C1F is #F7E3E0. Grayscale: #161616. Windows color (decimal): -16245729 or 2038792. OLE color: 2038792.
HSL color Cylindrical-coordinate representation of color #081C1F: hue angle of 187.83º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #081C1F is Cyan = 0.74, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 28 | 31 | - |
| CMYK | 0.74 | 0.10 | 0 | 0.88 |
| HSL | 187.83º | 0.59% | 0.08% | - |
| HSV(B) | 187.83º | 0.74% | 0.12% | - |
| XYZ | 0.76 | 0.98 | 1.45 | - |
| YUV | 22.36 | 132.87 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 28 | 31 | 0.74 | 0.10 | 0 | 0.88 | 187.83 | 0.59 | 0.08 |
| Hex | 8 | 1C | 1F | 4A | A | 0 | 58 | BC | 3B | 8 |
| Octal | 10 | 34 | 37 | 112 | 12 | 0 | 130 | 274 | 73 | 10 |
| Binary | 1000 | 11100 | 11111 | 1001010 | 1010 | 0 | 1011000 | 10111100 | 111011 | 1000 |
Color Harmonies of #081C1F
Complementary color
Monochromatic Colors of #081C1F
Black with #081C1F
Text Example
Text Example
White with #081C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081C1F; }
p { color: rgb(8,28,31); }
H1.HeaderClassName
{
color: #081C1F;
}
.AnyTagClassName
{
color: #081C1F;
}
</style>
background-color css
<style>
a { background-color: #081C1F; }
a { background-color: rgb(8,28,31); }
div.DivClassName
{
background-color: #081C1F;
}
.BgClassName
{
background-color: #081C1F;
}
</style>
border-color css
<style>
span { border-color: #081C1F; }
span { border-color: rgb(8,28,31); }
td.TdClassName
{
border-color: #081C1F;
}
.TagClassName
{
border-color: #081C1F;
}
</style>