Shades of Black Pearl #04131D
Tints of Black Pearl #04131D
RGB
CMYK
RGB Variations
Color information
#04131D (or 0x04131D) is known color: Black Pearl. HEX triplet: 04, 13 and 1D. RGB value is (4,19,29). Sum of RGB (Red+Green+Blue) = 4+19+29=52 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.69% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 29 (11.72% from 255 or 55.77% from 52); Max value from RGB is 29 - color contains mainly: blue. Hex color #04131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04131D is #FBECE2. Grayscale: #0F0F0F. Windows color (decimal): -16510179 or 1905412. OLE color: 1905412.
HSL color Cylindrical-coordinate representation of color #04131D: hue angle of 204º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #04131D is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 19 | 29 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.89 |
| HSL | 204º | 0.76% | 0.06% | - |
| HSV(B) | 204º | 0.86% | 0.11% | - |
| XYZ | 0.5 | 0.58 | 1.25 | - |
| YUV | 15.66 | 135.53 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 19 | 29 | 0.86 | 0.34 | 0 | 0.89 | 204 | 0.76 | 0.06 |
| Hex | 4 | 13 | 1D | 56 | 22 | 0 | 59 | CC | 4C | 6 |
| Octal | 4 | 23 | 35 | 126 | 42 | 0 | 131 | 314 | 114 | 6 |
| Binary | 100 | 10011 | 11101 | 1010110 | 100010 | 0 | 1011001 | 11001100 | 1001100 | 110 |
Color Harmonies of #04131D
Complementary color
Monochromatic Colors of #04131D
Black with #04131D
Text Example
Text Example
White with #04131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04131D; }
p { color: rgb(4,19,29); }
H1.HeaderClassName
{
color: #04131D;
}
.AnyTagClassName
{
color: #04131D;
}
</style>
background-color css
<style>
a { background-color: #04131D; }
a { background-color: rgb(4,19,29); }
div.DivClassName
{
background-color: #04131D;
}
.BgClassName
{
background-color: #04131D;
}
</style>
border-color css
<style>
span { border-color: #04131D; }
span { border-color: rgb(4,19,29); }
td.TdClassName
{
border-color: #04131D;
}
.TagClassName
{
border-color: #04131D;
}
</style>