Shades of Black Pearl #031A1C
Tints of Black Pearl #031A1C
RGB
CMYK
RGB Variations
Color information
#031A1C (or 0x031A1C) is known color: Black Pearl. HEX triplet: 03, 1A and 1C. RGB value is (3,26,28). Sum of RGB (Red+Green+Blue) = 3+26+28=57 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.26% from 57); Green value is 26 (10.55% from 255 or 45.61% from 57); Blue value is 28 (11.33% from 255 or 49.12% from 57); Max value from RGB is 28 - color contains mainly: blue. Hex color #031A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031A1C is #FCE5E3. Grayscale: #131313. Windows color (decimal): -16573924 or 1841667. OLE color: 1841667.
HSL color Cylindrical-coordinate representation of color #031A1C: hue angle of 184.8º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #031A1C is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 26 | 28 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.89 |
| HSL | 184.8º | 0.81% | 0.06% | - |
| HSV(B) | 184.8º | 0.89% | 0.11% | - |
| XYZ | 0.62 | 0.84 | 1.23 | - |
| YUV | 19.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 28 | 0.89 | 0.07 | 0 | 0.89 | 184.8 | 0.81 | 0.06 |
| Hex | 3 | 1A | 1C | 59 | 7 | 0 | 59 | B9 | 51 | 6 |
| Octal | 3 | 32 | 34 | 131 | 7 | 0 | 131 | 271 | 121 | 6 |
| Binary | 11 | 11010 | 11100 | 1011001 | 111 | 0 | 1011001 | 10111001 | 1010001 | 110 |
Color Harmonies of #031A1C
Complementary color
Monochromatic Colors of #031A1C
Black with #031A1C
Text Example
Text Example
White with #031A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031A1C; }
p { color: rgb(3,26,28); }
H1.HeaderClassName
{
color: #031A1C;
}
.AnyTagClassName
{
color: #031A1C;
}
</style>
background-color css
<style>
a { background-color: #031A1C; }
a { background-color: rgb(3,26,28); }
div.DivClassName
{
background-color: #031A1C;
}
.BgClassName
{
background-color: #031A1C;
}
</style>
border-color css
<style>
span { border-color: #031A1C; }
span { border-color: rgb(3,26,28); }
td.TdClassName
{
border-color: #031A1C;
}
.TagClassName
{
border-color: #031A1C;
}
</style>