Shades of Black Pearl #03142E
Tints of Black Pearl #03142E
RGB
CMYK
RGB Variations
Color information
#03142E (or 0x03142E) is known color: Black Pearl. HEX triplet: 03, 14 and 2E. RGB value is (3,20,46). Sum of RGB (Red+Green+Blue) = 3+20+46=69 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.35% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 46 (18.36% from 255 or 66.67% from 69); Max value from RGB is 46 - color contains mainly: blue. Hex color #03142E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03142E is #FCEBD1. Grayscale: #111111. Windows color (decimal): -16575442 or 3019779. OLE color: 3019779.
HSL color Cylindrical-coordinate representation of color #03142E: hue angle of 216.28º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03142E is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 20 | 46 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.82 |
| HSL | 216.28º | 0.88% | 0.1% | - |
| HSV(B) | 216.28º | 0.93% | 0.18% | - |
| XYZ | 0.78 | 0.72 | 2.68 | - |
| YUV | 17.88 | 143.87 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 46 | 0.93 | 0.57 | 0 | 0.82 | 216.28 | 0.88 | 0.1 |
| Hex | 3 | 14 | 2E | 5D | 39 | 0 | 52 | D8 | 58 | A |
| Octal | 3 | 24 | 56 | 135 | 71 | 0 | 122 | 330 | 130 | 12 |
| Binary | 11 | 10100 | 101110 | 1011101 | 111001 | 0 | 1010010 | 11011000 | 1011000 | 1010 |
Color Harmonies of #03142E
Complementary color
Monochromatic Colors of #03142E
Black with #03142E
Text Example
Text Example
White with #03142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03142E; }
p { color: rgb(3,20,46); }
H1.HeaderClassName
{
color: #03142E;
}
.AnyTagClassName
{
color: #03142E;
}
</style>
background-color css
<style>
a { background-color: #03142E; }
a { background-color: rgb(3,20,46); }
div.DivClassName
{
background-color: #03142E;
}
.BgClassName
{
background-color: #03142E;
}
</style>
border-color css
<style>
span { border-color: #03142E; }
span { border-color: rgb(3,20,46); }
td.TdClassName
{
border-color: #03142E;
}
.TagClassName
{
border-color: #03142E;
}
</style>