Shades of Black Pearl #031834
Tints of Black Pearl #031834
RGB
CMYK
RGB Variations
Color information
#031834 (or 0x031834) is known color: Black Pearl. HEX triplet: 03, 18 and 34. RGB value is (3,24,52). Sum of RGB (Red+Green+Blue) = 3+24+52=79 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.80% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 52 (20.70% from 255 or 65.82% from 79); Max value from RGB is 52 - color contains mainly: blue. Hex color #031834 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031834 is #FCE7CB. Grayscale: #141414. Windows color (decimal): -16574412 or 3414019. OLE color: 3414019.
HSL color Cylindrical-coordinate representation of color #031834: hue angle of 214.29º 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 #031834 is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 24 | 52 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.80 |
| HSL | 214.29º | 0.89% | 0.11% | - |
| HSV(B) | 214.29º | 0.94% | 0.2% | - |
| XYZ | 0.98 | 0.92 | 3.37 | - |
| YUV | 20.91 | 145.54 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 24 | 52 | 0.94 | 0.54 | 0 | 0.80 | 214.29 | 0.89 | 0.11 |
| Hex | 3 | 18 | 34 | 5E | 36 | 0 | 50 | D6 | 59 | B |
| Octal | 3 | 30 | 64 | 136 | 66 | 0 | 120 | 326 | 131 | 13 |
| Binary | 11 | 11000 | 110100 | 1011110 | 110110 | 0 | 1010000 | 11010110 | 1011001 | 1011 |
Color Harmonies of #031834
Complementary color
Monochromatic Colors of #031834
Black with #031834
Text Example
Text Example
White with #031834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031834; }
p { color: rgb(3,24,52); }
H1.HeaderClassName
{
color: #031834;
}
.AnyTagClassName
{
color: #031834;
}
</style>
background-color css
<style>
a { background-color: #031834; }
a { background-color: rgb(3,24,52); }
div.DivClassName
{
background-color: #031834;
}
.BgClassName
{
background-color: #031834;
}
</style>
border-color css
<style>
span { border-color: #031834; }
span { border-color: rgb(3,24,52); }
td.TdClassName
{
border-color: #031834;
}
.TagClassName
{
border-color: #031834;
}
</style>