Shades of Black Pearl #031A2B
Tints of Black Pearl #031A2B
RGB
CMYK
RGB Variations
Color information
#031A2B (or 0x031A2B) is known color: Black Pearl. HEX triplet: 03, 1A and 2B. RGB value is (3,26,43). Sum of RGB (Red+Green+Blue) = 3+26+43=72 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.17% from 72); Green value is 26 (10.55% from 255 or 36.11% from 72); Blue value is 43 (17.19% from 255 or 59.72% from 72); Max value from RGB is 43 - color contains mainly: blue. Hex color #031A2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031A2B is #FCE5D4. Grayscale: #141414. Windows color (decimal): -16573909 or 2824707. OLE color: 2824707.
HSL color Cylindrical-coordinate representation of color #031A2B: hue angle of 205.5º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #031A2B is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 3 | 26 | 43 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.83 |
| HSL | 205.5º | 0.87% | 0.09% | - |
| HSV(B) | 205.5º | 0.93% | 0.17% | - |
| XYZ | 0.84 | 0.93 | 2.42 | - |
| YUV | 21.06 | 140.38 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 43 | 0.93 | 0.40 | 0 | 0.83 | 205.5 | 0.87 | 0.09 |
| Hex | 3 | 1A | 2B | 5D | 28 | 0 | 53 | CE | 57 | 9 |
| Octal | 3 | 32 | 53 | 135 | 50 | 0 | 123 | 316 | 127 | 11 |
| Binary | 11 | 11010 | 101011 | 1011101 | 101000 | 0 | 1010011 | 11001110 | 1010111 | 1001 |
Color Harmonies of #031A2B
Complementary color
Monochromatic Colors of #031A2B
Black with #031A2B
Text Example
Text Example
White with #031A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031A2B; }
p { color: rgb(3,26,43); }
H1.HeaderClassName
{
color: #031A2B;
}
.AnyTagClassName
{
color: #031A2B;
}
</style>
background-color css
<style>
a { background-color: #031A2B; }
a { background-color: rgb(3,26,43); }
div.DivClassName
{
background-color: #031A2B;
}
.BgClassName
{
background-color: #031A2B;
}
</style>
border-color css
<style>
span { border-color: #031A2B; }
span { border-color: rgb(3,26,43); }
td.TdClassName
{
border-color: #031A2B;
}
.TagClassName
{
border-color: #031A2B;
}
</style>