Shades of Black Pearl #04142B
Tints of Black Pearl #04142B
RGB
CMYK
RGB Variations
Color information
#04142B (or 0x04142B) is known color: Black Pearl. HEX triplet: 04, 14 and 2B. RGB value is (4,20,43). Sum of RGB (Red+Green+Blue) = 4+20+43=67 (8% of max value = 765). Red value is 4 (1.95% from 255 or 5.97% from 67); Green value is 20 (8.20% from 255 or 29.85% from 67); Blue value is 43 (17.19% from 255 or 64.18% from 67); Max value from RGB is 43 - color contains mainly: blue. Hex color #04142B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04142B is #FBEBD4. Grayscale: #111111. Windows color (decimal): -16509909 or 2823172. OLE color: 2823172.
HSL color Cylindrical-coordinate representation of color #04142B: hue angle of 215.38º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04142B is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 4 | 20 | 43 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.83 |
| HSL | 215.38º | 0.83% | 0.09% | - |
| HSV(B) | 215.38º | 0.91% | 0.17% | - |
| XYZ | 0.74 | 0.7 | 2.38 | - |
| YUV | 17.84 | 142.2 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 20 | 43 | 0.91 | 0.53 | 0 | 0.83 | 215.38 | 0.83 | 0.09 |
| Hex | 4 | 14 | 2B | 5B | 35 | 0 | 53 | D7 | 53 | 9 |
| Octal | 4 | 24 | 53 | 133 | 65 | 0 | 123 | 327 | 123 | 11 |
| Binary | 100 | 10100 | 101011 | 1011011 | 110101 | 0 | 1010011 | 11010111 | 1010011 | 1001 |
Color Harmonies of #04142B
Complementary color
Monochromatic Colors of #04142B
Black with #04142B
Text Example
Text Example
White with #04142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04142B; }
p { color: rgb(4,20,43); }
H1.HeaderClassName
{
color: #04142B;
}
.AnyTagClassName
{
color: #04142B;
}
</style>
background-color css
<style>
a { background-color: #04142B; }
a { background-color: rgb(4,20,43); }
div.DivClassName
{
background-color: #04142B;
}
.BgClassName
{
background-color: #04142B;
}
</style>
border-color css
<style>
span { border-color: #04142B; }
span { border-color: rgb(4,20,43); }
td.TdClassName
{
border-color: #04142B;
}
.TagClassName
{
border-color: #04142B;
}
</style>