Shades of Black Pearl #052734
Tints of Black Pearl #052734
RGB
CMYK
RGB Variations
Color information
#052734 (or 0x052734) is known color: Black Pearl. HEX triplet: 05, 27 and 34. RGB value is (5,39,52). Sum of RGB (Red+Green+Blue) = 5+39+52=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 39 (15.62% from 255 or 40.62% from 96); Blue value is 52 (20.70% from 255 or 54.17% from 96); Max value from RGB is 52 - color contains mainly: blue. Hex color #052734 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052734 is #FAD8CB. Grayscale: #1E1E1E. Windows color (decimal): -16439500 or 3417861. OLE color: 3417861.
HSL color Cylindrical-coordinate representation of color #052734: hue angle of 196.6º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #052734 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 39 | 52 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.80 |
| HSL | 196.6º | 0.82% | 0.11% | - |
| HSV(B) | 196.6º | 0.9% | 0.2% | - |
| XYZ | 1.41 | 1.73 | 3.51 | - |
| YUV | 30.32 | 140.24 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 39 | 52 | 0.90 | 0.25 | 0 | 0.80 | 196.6 | 0.82 | 0.11 |
| Hex | 5 | 27 | 34 | 5A | 19 | 0 | 50 | C5 | 52 | B |
| Octal | 5 | 47 | 64 | 132 | 31 | 0 | 120 | 305 | 122 | 13 |
| Binary | 101 | 100111 | 110100 | 1011010 | 11001 | 0 | 1010000 | 11000101 | 1010010 | 1011 |
Color Harmonies of #052734
Complementary color
Monochromatic Colors of #052734
Black with #052734
Text Example
Text Example
White with #052734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052734; }
p { color: rgb(5,39,52); }
H1.HeaderClassName
{
color: #052734;
}
.AnyTagClassName
{
color: #052734;
}
</style>
background-color css
<style>
a { background-color: #052734; }
a { background-color: rgb(5,39,52); }
div.DivClassName
{
background-color: #052734;
}
.BgClassName
{
background-color: #052734;
}
</style>
border-color css
<style>
span { border-color: #052734; }
span { border-color: rgb(5,39,52); }
td.TdClassName
{
border-color: #052734;
}
.TagClassName
{
border-color: #052734;
}
</style>