Shades of Black Pearl #04131C
Tints of Black Pearl #04131C
RGB
CMYK
RGB Variations
Color information
#04131C (or 0x04131C) is known color: Black Pearl. HEX triplet: 04, 13 and 1C. RGB value is (4,19,28). Sum of RGB (Red+Green+Blue) = 4+19+28=51 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.84% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 28 (11.33% from 255 or 54.90% from 51); Max value from RGB is 28 - color contains mainly: blue. Hex color #04131C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04131C is #FBECE3. Grayscale: #0F0F0F. Windows color (decimal): -16510180 or 1839876. OLE color: 1839876.
HSL color Cylindrical-coordinate representation of color #04131C: hue angle of 202.5º degrees, saturation: 0.75, 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 #04131C is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 4 | 19 | 28 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.89 |
| HSL | 202.5º | 0.75% | 0.06% | - |
| HSV(B) | 202.5º | 0.86% | 0.11% | - |
| XYZ | 0.49 | 0.58 | 1.18 | - |
| YUV | 15.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 19 | 28 | 0.86 | 0.32 | 0 | 0.89 | 202.5 | 0.75 | 0.06 |
| Hex | 4 | 13 | 1C | 56 | 20 | 0 | 59 | CA | 4B | 6 |
| Octal | 4 | 23 | 34 | 126 | 40 | 0 | 131 | 312 | 113 | 6 |
| Binary | 100 | 10011 | 11100 | 1010110 | 100000 | 0 | 1011001 | 11001010 | 1001011 | 110 |
Color Harmonies of #04131C
Complementary color
Monochromatic Colors of #04131C
Black with #04131C
Text Example
Text Example
White with #04131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04131C; }
p { color: rgb(4,19,28); }
H1.HeaderClassName
{
color: #04131C;
}
.AnyTagClassName
{
color: #04131C;
}
</style>
background-color css
<style>
a { background-color: #04131C; }
a { background-color: rgb(4,19,28); }
div.DivClassName
{
background-color: #04131C;
}
.BgClassName
{
background-color: #04131C;
}
</style>
border-color css
<style>
span { border-color: #04131C; }
span { border-color: rgb(4,19,28); }
td.TdClassName
{
border-color: #04131C;
}
.TagClassName
{
border-color: #04131C;
}
</style>