Shades of Black Pearl #031A30
Tints of Black Pearl #031A30
RGB
CMYK
RGB Variations
Color information
#031A30 (or 0x031A30) is known color: Black Pearl. HEX triplet: 03, 1A and 30. RGB value is (3,26,48). Sum of RGB (Red+Green+Blue) = 3+26+48=77 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.90% from 77); Green value is 26 (10.55% from 255 or 33.77% from 77); Blue value is 48 (19.14% from 255 or 62.34% from 77); Max value from RGB is 48 - color contains mainly: blue. Hex color #031A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031A30 is #FCE5CF. Grayscale: #151515. Windows color (decimal): -16573904 or 3152387. OLE color: 3152387.
HSL color Cylindrical-coordinate representation of color #031A30: hue angle of 209.33º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031A30 is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 3 | 26 | 48 | - |
| CMYK | 0.94 | 0.46 | 0 | 0.81 |
| HSL | 209.33º | 0.88% | 0.1% | - |
| HSV(B) | 209.33º | 0.94% | 0.19% | - |
| XYZ | 0.94 | 0.97 | 2.93 | - |
| YUV | 21.63 | 142.88 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 48 | 0.94 | 0.46 | 0 | 0.81 | 209.33 | 0.88 | 0.1 |
| Hex | 3 | 1A | 30 | 5E | 2E | 0 | 51 | D1 | 58 | A |
| Octal | 3 | 32 | 60 | 136 | 56 | 0 | 121 | 321 | 130 | 12 |
| Binary | 11 | 11010 | 110000 | 1011110 | 101110 | 0 | 1010001 | 11010001 | 1011000 | 1010 |
Color Harmonies of #031A30
Complementary color
Monochromatic Colors of #031A30
Black with #031A30
Text Example
Text Example
White with #031A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031A30; }
p { color: rgb(3,26,48); }
H1.HeaderClassName
{
color: #031A30;
}
.AnyTagClassName
{
color: #031A30;
}
</style>
background-color css
<style>
a { background-color: #031A30; }
a { background-color: rgb(3,26,48); }
div.DivClassName
{
background-color: #031A30;
}
.BgClassName
{
background-color: #031A30;
}
</style>
border-color css
<style>
span { border-color: #031A30; }
span { border-color: rgb(3,26,48); }
td.TdClassName
{
border-color: #031A30;
}
.TagClassName
{
border-color: #031A30;
}
</style>