Shades of Black Pearl #031B2D
Tints of Black Pearl #031B2D
RGB
CMYK
RGB Variations
Color information
#031B2D (or 0x031B2D) is known color: Black Pearl. HEX triplet: 03, 1B and 2D. RGB value is (3,27,45). Sum of RGB (Red+Green+Blue) = 3+27+45=75 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4% from 75); Green value is 27 (10.94% from 255 or 36% from 75); Blue value is 45 (17.97% from 255 or 60% from 75); Max value from RGB is 45 - color contains mainly: blue. Hex color #031B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031B2D is #FCE4D2. Grayscale: #151515. Windows color (decimal): -16573651 or 2956035. OLE color: 2956035.
HSL color Cylindrical-coordinate representation of color #031B2D: hue angle of 205.71º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #031B2D is Cyan = 0.93, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 27 | 45 | - |
| CMYK | 0.93 | 0.4 | 0 | 0.82 |
| HSL | 205.71º | 0.88% | 0.09% | - |
| HSV(B) | 205.71º | 0.93% | 0.18% | - |
| XYZ | 0.9 | 0.99 | 2.63 | - |
| YUV | 21.88 | 141.05 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 45 | 0.93 | 0.4 | 0 | 0.82 | 205.71 | 0.88 | 0.09 |
| Hex | 3 | 1B | 2D | 5D | 28 | 0 | 52 | CE | 58 | 9 |
| Octal | 3 | 33 | 55 | 135 | 50 | 0 | 122 | 316 | 130 | 11 |
| Binary | 11 | 11011 | 101101 | 1011101 | 101000 | 0 | 1010010 | 11001110 | 1011000 | 1001 |
Color Harmonies of #031B2D
Complementary color
Monochromatic Colors of #031B2D
Black with #031B2D
Text Example
Text Example
White with #031B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031B2D; }
p { color: rgb(3,27,45); }
H1.HeaderClassName
{
color: #031B2D;
}
.AnyTagClassName
{
color: #031B2D;
}
</style>
background-color css
<style>
a { background-color: #031B2D; }
a { background-color: rgb(3,27,45); }
div.DivClassName
{
background-color: #031B2D;
}
.BgClassName
{
background-color: #031B2D;
}
</style>
border-color css
<style>
span { border-color: #031B2D; }
span { border-color: rgb(3,27,45); }
td.TdClassName
{
border-color: #031B2D;
}
.TagClassName
{
border-color: #031B2D;
}
</style>