Shades of Black Pearl #081A1F
Tints of Black Pearl #081A1F
RGB
CMYK
RGB Variations
Color information
#081A1F (or 0x081A1F) is known color: Black Pearl. HEX triplet: 08, 1A and 1F. RGB value is (8,26,31). Sum of RGB (Red+Green+Blue) = 8+26+31=65 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.31% from 65); Green value is 26 (10.55% from 255 or 40% from 65); Blue value is 31 (12.5% from 255 or 47.69% from 65); Max value from RGB is 31 - color contains mainly: blue. Hex color #081A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081A1F is #F7E5E0. Grayscale: #151515. Windows color (decimal): -16246241 or 2038280. OLE color: 2038280.
HSL color Cylindrical-coordinate representation of color #081A1F: hue angle of 193.04º 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 #081A1F is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 26 | 31 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.88 |
| HSL | 193.04º | 0.59% | 0.08% | - |
| HSV(B) | 193.04º | 0.74% | 0.12% | - |
| XYZ | 0.72 | 0.89 | 1.43 | - |
| YUV | 21.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 26 | 31 | 0.74 | 0.16 | 0 | 0.88 | 193.04 | 0.59 | 0.08 |
| Hex | 8 | 1A | 1F | 4A | 10 | 0 | 58 | C1 | 3B | 8 |
| Octal | 10 | 32 | 37 | 112 | 20 | 0 | 130 | 301 | 73 | 10 |
| Binary | 1000 | 11010 | 11111 | 1001010 | 10000 | 0 | 1011000 | 11000001 | 111011 | 1000 |
Color Harmonies of #081A1F
Complementary color
Monochromatic Colors of #081A1F
Black with #081A1F
Text Example
Text Example
White with #081A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081A1F; }
p { color: rgb(8,26,31); }
H1.HeaderClassName
{
color: #081A1F;
}
.AnyTagClassName
{
color: #081A1F;
}
</style>
background-color css
<style>
a { background-color: #081A1F; }
a { background-color: rgb(8,26,31); }
div.DivClassName
{
background-color: #081A1F;
}
.BgClassName
{
background-color: #081A1F;
}
</style>
border-color css
<style>
span { border-color: #081A1F; }
span { border-color: rgb(8,26,31); }
td.TdClassName
{
border-color: #081A1F;
}
.TagClassName
{
border-color: #081A1F;
}
</style>