Shades of Black Pearl #052634
Tints of Black Pearl #052634
RGB
CMYK
RGB Variations
Color information
#052634 (or 0x052634) is known color: Black Pearl. HEX triplet: 05, 26 and 34. RGB value is (5,38,52). Sum of RGB (Red+Green+Blue) = 5+38+52=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 38 (15.23% from 255 or 40% from 95); Blue value is 52 (20.70% from 255 or 54.74% from 95); Max value from RGB is 52 - color contains mainly: blue. Hex color #052634 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052634 is #FAD9CB. Grayscale: #1D1D1D. Windows color (decimal): -16439756 or 3417605. OLE color: 3417605.
HSL color Cylindrical-coordinate representation of color #052634: hue angle of 197.87º 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 #052634 is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 38 | 52 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.80 |
| HSL | 197.87º | 0.82% | 0.11% | - |
| HSV(B) | 197.87º | 0.9% | 0.2% | - |
| XYZ | 1.38 | 1.67 | 3.5 | - |
| YUV | 29.73 | 140.57 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 52 | 0.90 | 0.27 | 0 | 0.80 | 197.87 | 0.82 | 0.11 |
| Hex | 5 | 26 | 34 | 5A | 1B | 0 | 50 | C6 | 52 | B |
| Octal | 5 | 46 | 64 | 132 | 33 | 0 | 120 | 306 | 122 | 13 |
| Binary | 101 | 100110 | 110100 | 1011010 | 11011 | 0 | 1010000 | 11000110 | 1010010 | 1011 |
Color Harmonies of #052634
Complementary color
Monochromatic Colors of #052634
Black with #052634
Text Example
Text Example
White with #052634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052634; }
p { color: rgb(5,38,52); }
H1.HeaderClassName
{
color: #052634;
}
.AnyTagClassName
{
color: #052634;
}
</style>
background-color css
<style>
a { background-color: #052634; }
a { background-color: rgb(5,38,52); }
div.DivClassName
{
background-color: #052634;
}
.BgClassName
{
background-color: #052634;
}
</style>
border-color css
<style>
span { border-color: #052634; }
span { border-color: rgb(5,38,52); }
td.TdClassName
{
border-color: #052634;
}
.TagClassName
{
border-color: #052634;
}
</style>