Shades of Black Pearl #052430
Tints of Black Pearl #052430
RGB
CMYK
RGB Variations
Color information
#052430 (or 0x052430) is known color: Black Pearl. HEX triplet: 05, 24 and 30. RGB value is (5,36,48). Sum of RGB (Red+Green+Blue) = 5+36+48=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 36 (14.45% from 255 or 40.45% from 89); Blue value is 48 (19.14% from 255 or 53.93% from 89); Max value from RGB is 48 - color contains mainly: blue. Hex color #052430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052430 is #FADBCF. Grayscale: #1C1C1C. Windows color (decimal): -16440272 or 3154949. OLE color: 3154949.
HSL color Cylindrical-coordinate representation of color #052430: hue angle of 196.74º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #052430 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 36 | 48 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.81 |
| HSL | 196.74º | 0.81% | 0.1% | - |
| HSV(B) | 196.74º | 0.9% | 0.19% | - |
| XYZ | 1.23 | 1.51 | 3.02 | - |
| YUV | 28.1 | 139.23 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 36 | 48 | 0.90 | 0.25 | 0 | 0.81 | 196.74 | 0.81 | 0.1 |
| Hex | 5 | 24 | 30 | 5A | 19 | 0 | 51 | C5 | 51 | A |
| Octal | 5 | 44 | 60 | 132 | 31 | 0 | 121 | 305 | 121 | 12 |
| Binary | 101 | 100100 | 110000 | 1011010 | 11001 | 0 | 1010001 | 11000101 | 1010001 | 1010 |
Color Harmonies of #052430
Complementary color
Monochromatic Colors of #052430
Black with #052430
Text Example
Text Example
White with #052430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052430; }
p { color: rgb(5,36,48); }
H1.HeaderClassName
{
color: #052430;
}
.AnyTagClassName
{
color: #052430;
}
</style>
background-color css
<style>
a { background-color: #052430; }
a { background-color: rgb(5,36,48); }
div.DivClassName
{
background-color: #052430;
}
.BgClassName
{
background-color: #052430;
}
</style>
border-color css
<style>
span { border-color: #052430; }
span { border-color: rgb(5,36,48); }
td.TdClassName
{
border-color: #052430;
}
.TagClassName
{
border-color: #052430;
}
</style>