Shades of Black Pearl #04262F
Tints of Black Pearl #04262F
RGB
CMYK
RGB Variations
Color information
#04262F (or 0x04262F) is known color: Black Pearl. HEX triplet: 04, 26 and 2F. RGB value is (4,38,47). Sum of RGB (Red+Green+Blue) = 4+38+47=89 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.49% from 89); Green value is 38 (15.23% from 255 or 42.70% from 89); Blue value is 47 (18.75% from 255 or 52.81% from 89); Max value from RGB is 47 - color contains mainly: blue. Hex color #04262F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04262F is #FBD9D0. Grayscale: #1C1C1C. Windows color (decimal): -16505297 or 3089924. OLE color: 3089924.
HSL color Cylindrical-coordinate representation of color #04262F: hue angle of 192.56º 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 #04262F is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 38 | 47 | - |
| CMYK | 0.91 | 0.19 | 0 | 0.82 |
| HSL | 192.56º | 0.84% | 0.1% | - |
| HSV(B) | 192.56º | 0.91% | 0.18% | - |
| XYZ | 1.26 | 1.62 | 2.94 | - |
| YUV | 28.86 | 138.24 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 47 | 0.91 | 0.19 | 0 | 0.82 | 192.56 | 0.84 | 0.1 |
| Hex | 4 | 26 | 2F | 5B | 13 | 0 | 52 | C1 | 54 | A |
| Octal | 4 | 46 | 57 | 133 | 23 | 0 | 122 | 301 | 124 | 12 |
| Binary | 100 | 100110 | 101111 | 1011011 | 10011 | 0 | 1010010 | 11000001 | 1010100 | 1010 |
Color Harmonies of #04262F
Complementary color
Monochromatic Colors of #04262F
Black with #04262F
Text Example
Text Example
White with #04262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04262F; }
p { color: rgb(4,38,47); }
H1.HeaderClassName
{
color: #04262F;
}
.AnyTagClassName
{
color: #04262F;
}
</style>
background-color css
<style>
a { background-color: #04262F; }
a { background-color: rgb(4,38,47); }
div.DivClassName
{
background-color: #04262F;
}
.BgClassName
{
background-color: #04262F;
}
</style>
border-color css
<style>
span { border-color: #04262F; }
span { border-color: rgb(4,38,47); }
td.TdClassName
{
border-color: #04262F;
}
.TagClassName
{
border-color: #04262F;
}
</style>