Shades of Black Pearl #031A1F
Tints of Black Pearl #031A1F
RGB
CMYK
RGB Variations
Color information
#031A1F (or 0x031A1F) is known color: Black Pearl. HEX triplet: 03, 1A and 1F. RGB value is (3,26,31). Sum of RGB (Red+Green+Blue) = 3+26+31=60 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5% from 60); Green value is 26 (10.55% from 255 or 43.33% from 60); Blue value is 31 (12.5% from 255 or 51.67% from 60); Max value from RGB is 31 - color contains mainly: blue. Hex color #031A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031A1F is #FCE5E0. Grayscale: #131313. Windows color (decimal): -16573921 or 2038275. OLE color: 2038275.
HSL color Cylindrical-coordinate representation of color #031A1F: hue angle of 190.71º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #031A1F is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 3 | 26 | 31 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.88 |
| HSL | 190.71º | 0.82% | 0.07% | - |
| HSV(B) | 190.71º | 0.9% | 0.12% | - |
| XYZ | 0.65 | 0.86 | 1.43 | - |
| YUV | 19.69 | 134.38 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 31 | 0.90 | 0.16 | 0 | 0.88 | 190.71 | 0.82 | 0.07 |
| Hex | 3 | 1A | 1F | 5A | 10 | 0 | 58 | BF | 52 | 7 |
| Octal | 3 | 32 | 37 | 132 | 20 | 0 | 130 | 277 | 122 | 7 |
| Binary | 11 | 11010 | 11111 | 1011010 | 10000 | 0 | 1011000 | 10111111 | 1010010 | 111 |
Color Harmonies of #031A1F
Complementary color
Monochromatic Colors of #031A1F
Black with #031A1F
Text Example
Text Example
White with #031A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031A1F; }
p { color: rgb(3,26,31); }
H1.HeaderClassName
{
color: #031A1F;
}
.AnyTagClassName
{
color: #031A1F;
}
</style>
background-color css
<style>
a { background-color: #031A1F; }
a { background-color: rgb(3,26,31); }
div.DivClassName
{
background-color: #031A1F;
}
.BgClassName
{
background-color: #031A1F;
}
</style>
border-color css
<style>
span { border-color: #031A1F; }
span { border-color: rgb(3,26,31); }
td.TdClassName
{
border-color: #031A1F;
}
.TagClassName
{
border-color: #031A1F;
}
</style>