Shades of Black Pearl #031B2C
Tints of Black Pearl #031B2C
RGB
CMYK
RGB Variations
Color information
#031B2C (or 0x031B2C) is known color: Black Pearl. HEX triplet: 03, 1B and 2C. RGB value is (3,27,44). Sum of RGB (Red+Green+Blue) = 3+27+44=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 27 (10.94% from 255 or 36.49% from 74); Blue value is 44 (17.58% from 255 or 59.46% from 74); Max value from RGB is 44 - color contains mainly: blue. Hex color #031B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031B2C is #FCE4D3. Grayscale: #151515. Windows color (decimal): -16573652 or 2890499. OLE color: 2890499.
HSL color Cylindrical-coordinate representation of color #031B2C: hue angle of 204.88º 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 #031B2C is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 3 | 27 | 44 | - |
| CMYK | 0.93 | 0.39 | 0 | 0.83 |
| HSL | 204.88º | 0.87% | 0.09% | - |
| HSV(B) | 204.88º | 0.93% | 0.17% | - |
| XYZ | 0.88 | 0.99 | 2.53 | - |
| YUV | 21.76 | 140.55 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 44 | 0.93 | 0.39 | 0 | 0.83 | 204.88 | 0.87 | 0.09 |
| Hex | 3 | 1B | 2C | 5D | 27 | 0 | 53 | CD | 57 | 9 |
| Octal | 3 | 33 | 54 | 135 | 47 | 0 | 123 | 315 | 127 | 11 |
| Binary | 11 | 11011 | 101100 | 1011101 | 100111 | 0 | 1010011 | 11001101 | 1010111 | 1001 |
Color Harmonies of #031B2C
Complementary color
Monochromatic Colors of #031B2C
Black with #031B2C
Text Example
Text Example
White with #031B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031B2C; }
p { color: rgb(3,27,44); }
H1.HeaderClassName
{
color: #031B2C;
}
.AnyTagClassName
{
color: #031B2C;
}
</style>
background-color css
<style>
a { background-color: #031B2C; }
a { background-color: rgb(3,27,44); }
div.DivClassName
{
background-color: #031B2C;
}
.BgClassName
{
background-color: #031B2C;
}
</style>
border-color css
<style>
span { border-color: #031B2C; }
span { border-color: rgb(3,27,44); }
td.TdClassName
{
border-color: #031B2C;
}
.TagClassName
{
border-color: #031B2C;
}
</style>