Shades of Black Pearl #031B2A
Tints of Black Pearl #031B2A
RGB
CMYK
RGB Variations
Color information
#031B2A (or 0x031B2A) is known color: Black Pearl. HEX triplet: 03, 1B and 2A. RGB value is (3,27,42). Sum of RGB (Red+Green+Blue) = 3+27+42=72 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.17% from 72); Green value is 27 (10.94% from 255 or 37.5% from 72); Blue value is 42 (16.80% from 255 or 58.33% from 72); Max value from RGB is 42 - color contains mainly: blue. Hex color #031B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031B2A is #FCE4D5. Grayscale: #151515. Windows color (decimal): -16573654 or 2759427. OLE color: 2759427.
HSL color Cylindrical-coordinate representation of color #031B2A: hue angle of 203.08º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #031B2A is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 27 | 42 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.84 |
| HSL | 203.08º | 0.87% | 0.09% | - |
| HSV(B) | 203.08º | 0.93% | 0.16% | - |
| XYZ | 0.85 | 0.97 | 2.33 | - |
| YUV | 21.53 | 139.55 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 42 | 0.93 | 0.36 | 0 | 0.84 | 203.08 | 0.87 | 0.09 |
| Hex | 3 | 1B | 2A | 5D | 24 | 0 | 54 | CB | 57 | 9 |
| Octal | 3 | 33 | 52 | 135 | 44 | 0 | 124 | 313 | 127 | 11 |
| Binary | 11 | 11011 | 101010 | 1011101 | 100100 | 0 | 1010100 | 11001011 | 1010111 | 1001 |
Color Harmonies of #031B2A
Complementary color
Monochromatic Colors of #031B2A
Black with #031B2A
Text Example
Text Example
White with #031B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031B2A; }
p { color: rgb(3,27,42); }
H1.HeaderClassName
{
color: #031B2A;
}
.AnyTagClassName
{
color: #031B2A;
}
</style>
background-color css
<style>
a { background-color: #031B2A; }
a { background-color: rgb(3,27,42); }
div.DivClassName
{
background-color: #031B2A;
}
.BgClassName
{
background-color: #031B2A;
}
</style>
border-color css
<style>
span { border-color: #031B2A; }
span { border-color: rgb(3,27,42); }
td.TdClassName
{
border-color: #031B2A;
}
.TagClassName
{
border-color: #031B2A;
}
</style>