Shades of Black Pearl #031E25
Tints of Black Pearl #031E25
RGB
CMYK
RGB Variations
Color information
#031E25 (or 0x031E25) is known color: Black Pearl. HEX triplet: 03, 1E and 25. RGB value is (3,30,37). Sum of RGB (Red+Green+Blue) = 3+30+37=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 30 (12.11% from 255 or 42.86% from 70); Blue value is 37 (14.84% from 255 or 52.86% from 70); Max value from RGB is 37 - color contains mainly: blue. Hex color #031E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031E25 is #FCE1DA. Grayscale: #161616. Windows color (decimal): -16572891 or 2432515. OLE color: 2432515.
HSL color Cylindrical-coordinate representation of color #031E25: hue angle of 192.35º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #031E25 is Cyan = 0.92, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 3 | 30 | 37 | - |
| CMYK | 0.92 | 0.19 | 0 | 0.85 |
| HSL | 192.35º | 0.85% | 0.08% | - |
| HSV(B) | 192.35º | 0.92% | 0.15% | - |
| XYZ | 0.84 | 1.08 | 1.91 | - |
| YUV | 22.73 | 136.05 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 37 | 0.92 | 0.19 | 0 | 0.85 | 192.35 | 0.85 | 0.08 |
| Hex | 3 | 1E | 25 | 5C | 13 | 0 | 55 | C0 | 55 | 8 |
| Octal | 3 | 36 | 45 | 134 | 23 | 0 | 125 | 300 | 125 | 10 |
| Binary | 11 | 11110 | 100101 | 1011100 | 10011 | 0 | 1010101 | 11000000 | 1010101 | 1000 |
Color Harmonies of #031E25
Complementary color
Monochromatic Colors of #031E25
Black with #031E25
Text Example
Text Example
White with #031E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031E25; }
p { color: rgb(3,30,37); }
H1.HeaderClassName
{
color: #031E25;
}
.AnyTagClassName
{
color: #031E25;
}
</style>
background-color css
<style>
a { background-color: #031E25; }
a { background-color: rgb(3,30,37); }
div.DivClassName
{
background-color: #031E25;
}
.BgClassName
{
background-color: #031E25;
}
</style>
border-color css
<style>
span { border-color: #031E25; }
span { border-color: rgb(3,30,37); }
td.TdClassName
{
border-color: #031E25;
}
.TagClassName
{
border-color: #031E25;
}
</style>