Shades of Black Pearl #052435
Tints of Black Pearl #052435
RGB
CMYK
RGB Variations
Color information
#052435 (or 0x052435) is known color: Black Pearl. HEX triplet: 05, 24 and 35. RGB value is (5,36,53). Sum of RGB (Red+Green+Blue) = 5+36+53=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 36 (14.45% from 255 or 38.30% from 94); Blue value is 53 (21.09% from 255 or 56.38% from 94); Max value from RGB is 53 - color contains mainly: blue. Hex color #052435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052435 is #FADBCA. Grayscale: #1C1C1C. Windows color (decimal): -16440267 or 3482629. OLE color: 3482629.
HSL color Cylindrical-coordinate representation of color #052435: hue angle of 201.25º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052435 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 5 | 36 | 53 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.79 |
| HSL | 201.25º | 0.83% | 0.11% | - |
| HSV(B) | 201.25º | 0.91% | 0.21% | - |
| XYZ | 1.34 | 1.55 | 3.6 | - |
| YUV | 28.67 | 141.73 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 36 | 53 | 0.91 | 0.32 | 0 | 0.79 | 201.25 | 0.83 | 0.11 |
| Hex | 5 | 24 | 35 | 5B | 20 | 0 | 4F | C9 | 53 | B |
| Octal | 5 | 44 | 65 | 133 | 40 | 0 | 117 | 311 | 123 | 13 |
| Binary | 101 | 100100 | 110101 | 1011011 | 100000 | 0 | 1001111 | 11001001 | 1010011 | 1011 |
Color Harmonies of #052435
Complementary color
Monochromatic Colors of #052435
Black with #052435
Text Example
Text Example
White with #052435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052435; }
p { color: rgb(5,36,53); }
H1.HeaderClassName
{
color: #052435;
}
.AnyTagClassName
{
color: #052435;
}
</style>
background-color css
<style>
a { background-color: #052435; }
a { background-color: rgb(5,36,53); }
div.DivClassName
{
background-color: #052435;
}
.BgClassName
{
background-color: #052435;
}
</style>
border-color css
<style>
span { border-color: #052435; }
span { border-color: rgb(5,36,53); }
td.TdClassName
{
border-color: #052435;
}
.TagClassName
{
border-color: #052435;
}
</style>