Shades of Black Pearl #04272F
Tints of Black Pearl #04272F
RGB
CMYK
RGB Variations
Color information
#04272F (or 0x04272F) is known color: Black Pearl. HEX triplet: 04, 27 and 2F. RGB value is (4,39,47). Sum of RGB (Red+Green+Blue) = 4+39+47=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 39 (15.62% from 255 or 43.33% from 90); Blue value is 47 (18.75% from 255 or 52.22% from 90); Max value from RGB is 47 - color contains mainly: blue. Hex color #04272F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04272F is #FBD8D0. Grayscale: #1D1D1D. Windows color (decimal): -16505041 or 3090180. OLE color: 3090180.
HSL color Cylindrical-coordinate representation of color #04272F: hue angle of 191.16º 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 #04272F is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 4 | 39 | 47 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.82 |
| HSL | 191.16º | 0.84% | 0.1% | - |
| HSV(B) | 191.16º | 0.91% | 0.18% | - |
| XYZ | 1.29 | 1.68 | 2.95 | - |
| YUV | 29.45 | 137.9 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 39 | 47 | 0.91 | 0.17 | 0 | 0.82 | 191.16 | 0.84 | 0.1 |
| Hex | 4 | 27 | 2F | 5B | 11 | 0 | 52 | BF | 54 | A |
| Octal | 4 | 47 | 57 | 133 | 21 | 0 | 122 | 277 | 124 | 12 |
| Binary | 100 | 100111 | 101111 | 1011011 | 10001 | 0 | 1010010 | 10111111 | 1010100 | 1010 |
Color Harmonies of #04272F
Complementary color
Monochromatic Colors of #04272F
Black with #04272F
Text Example
Text Example
White with #04272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04272F; }
p { color: rgb(4,39,47); }
H1.HeaderClassName
{
color: #04272F;
}
.AnyTagClassName
{
color: #04272F;
}
</style>
background-color css
<style>
a { background-color: #04272F; }
a { background-color: rgb(4,39,47); }
div.DivClassName
{
background-color: #04272F;
}
.BgClassName
{
background-color: #04272F;
}
</style>
border-color css
<style>
span { border-color: #04272F; }
span { border-color: rgb(4,39,47); }
td.TdClassName
{
border-color: #04272F;
}
.TagClassName
{
border-color: #04272F;
}
</style>