Shades of Black Pearl #04142D
Tints of Black Pearl #04142D
RGB
CMYK
RGB Variations
Color information
#04142D (or 0x04142D) is known color: Black Pearl. HEX triplet: 04, 14 and 2D. RGB value is (4,20,45). Sum of RGB (Red+Green+Blue) = 4+20+45=69 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.80% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 45 (17.97% from 255 or 65.22% from 69); Max value from RGB is 45 - color contains mainly: blue. Hex color #04142D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04142D is #FBEBD2. Grayscale: #111111. Windows color (decimal): -16509907 or 2954244. OLE color: 2954244.
HSL color Cylindrical-coordinate representation of color #04142D: hue angle of 216.59º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04142D is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 20 | 45 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.82 |
| HSL | 216.59º | 0.84% | 0.1% | - |
| HSV(B) | 216.59º | 0.91% | 0.18% | - |
| XYZ | 0.77 | 0.72 | 2.58 | - |
| YUV | 18.07 | 143.2 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 20 | 45 | 0.91 | 0.56 | 0 | 0.82 | 216.59 | 0.84 | 0.1 |
| Hex | 4 | 14 | 2D | 5B | 38 | 0 | 52 | D9 | 54 | A |
| Octal | 4 | 24 | 55 | 133 | 70 | 0 | 122 | 331 | 124 | 12 |
| Binary | 100 | 10100 | 101101 | 1011011 | 111000 | 0 | 1010010 | 11011001 | 1010100 | 1010 |
Color Harmonies of #04142D
Complementary color
Monochromatic Colors of #04142D
Black with #04142D
Text Example
Text Example
White with #04142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04142D; }
p { color: rgb(4,20,45); }
H1.HeaderClassName
{
color: #04142D;
}
.AnyTagClassName
{
color: #04142D;
}
</style>
background-color css
<style>
a { background-color: #04142D; }
a { background-color: rgb(4,20,45); }
div.DivClassName
{
background-color: #04142D;
}
.BgClassName
{
background-color: #04142D;
}
</style>
border-color css
<style>
span { border-color: #04142D; }
span { border-color: rgb(4,20,45); }
td.TdClassName
{
border-color: #04142D;
}
.TagClassName
{
border-color: #04142D;
}
</style>