Shades of Black Pearl #04132B
Tints of Black Pearl #04132B
RGB
CMYK
RGB Variations
Color information
#04132B (or 0x04132B) is known color: Black Pearl. HEX triplet: 04, 13 and 2B. RGB value is (4,19,43). Sum of RGB (Red+Green+Blue) = 4+19+43=66 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.06% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 43 (17.19% from 255 or 65.15% from 66); Max value from RGB is 43 - color contains mainly: blue. Hex color #04132B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04132B is #FBECD4. Grayscale: #111111. Windows color (decimal): -16510165 or 2822916. OLE color: 2822916.
HSL color Cylindrical-coordinate representation of color #04132B: hue angle of 216.92º 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 #04132B is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 4 | 19 | 43 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.83 |
| HSL | 216.92º | 0.83% | 0.09% | - |
| HSV(B) | 216.92º | 0.91% | 0.17% | - |
| XYZ | 0.72 | 0.67 | 2.38 | - |
| YUV | 17.25 | 142.53 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 19 | 43 | 0.91 | 0.56 | 0 | 0.83 | 216.92 | 0.83 | 0.09 |
| Hex | 4 | 13 | 2B | 5B | 38 | 0 | 53 | D9 | 53 | 9 |
| Octal | 4 | 23 | 53 | 133 | 70 | 0 | 123 | 331 | 123 | 11 |
| Binary | 100 | 10011 | 101011 | 1011011 | 111000 | 0 | 1010011 | 11011001 | 1010011 | 1001 |
Color Harmonies of #04132B
Complementary color
Monochromatic Colors of #04132B
Black with #04132B
Text Example
Text Example
White with #04132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04132B; }
p { color: rgb(4,19,43); }
H1.HeaderClassName
{
color: #04132B;
}
.AnyTagClassName
{
color: #04132B;
}
</style>
background-color css
<style>
a { background-color: #04132B; }
a { background-color: rgb(4,19,43); }
div.DivClassName
{
background-color: #04132B;
}
.BgClassName
{
background-color: #04132B;
}
</style>
border-color css
<style>
span { border-color: #04132B; }
span { border-color: rgb(4,19,43); }
td.TdClassName
{
border-color: #04132B;
}
.TagClassName
{
border-color: #04132B;
}
</style>