Shades of Black Pearl #031E34
Tints of Black Pearl #031E34
RGB
CMYK
RGB Variations
Color information
#031E34 (or 0x031E34) is known color: Black Pearl. HEX triplet: 03, 1E and 34. RGB value is (3,30,52). Sum of RGB (Red+Green+Blue) = 3+30+52=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 30 (12.11% from 255 or 35.29% from 85); Blue value is 52 (20.70% from 255 or 61.18% from 85); Max value from RGB is 52 - color contains mainly: blue. Hex color #031E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031E34 is #FCE1CB. Grayscale: #181818. Windows color (decimal): -16572876 or 3415555. OLE color: 3415555.
HSL color Cylindrical-coordinate representation of color #031E34: hue angle of 206.94º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031E34 is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 30 | 52 | - |
| CMYK | 0.94 | 0.42 | 0 | 0.80 |
| HSL | 206.94º | 0.89% | 0.11% | - |
| HSV(B) | 206.94º | 0.94% | 0.2% | - |
| XYZ | 1.12 | 1.2 | 3.42 | - |
| YUV | 24.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 52 | 0.94 | 0.42 | 0 | 0.80 | 206.94 | 0.89 | 0.11 |
| Hex | 3 | 1E | 34 | 5E | 2A | 0 | 50 | CF | 59 | B |
| Octal | 3 | 36 | 64 | 136 | 52 | 0 | 120 | 317 | 131 | 13 |
| Binary | 11 | 11110 | 110100 | 1011110 | 101010 | 0 | 1010000 | 11001111 | 1011001 | 1011 |
Color Harmonies of #031E34
Complementary color
Monochromatic Colors of #031E34
Black with #031E34
Text Example
Text Example
White with #031E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031E34; }
p { color: rgb(3,30,52); }
H1.HeaderClassName
{
color: #031E34;
}
.AnyTagClassName
{
color: #031E34;
}
</style>
background-color css
<style>
a { background-color: #031E34; }
a { background-color: rgb(3,30,52); }
div.DivClassName
{
background-color: #031E34;
}
.BgClassName
{
background-color: #031E34;
}
</style>
border-color css
<style>
span { border-color: #031E34; }
span { border-color: rgb(3,30,52); }
td.TdClassName
{
border-color: #031E34;
}
.TagClassName
{
border-color: #031E34;
}
</style>