Shades of Black Pearl #052230
Tints of Black Pearl #052230
RGB
CMYK
RGB Variations
Color information
#052230 (or 0x052230) is known color: Black Pearl. HEX triplet: 05, 22 and 30. RGB value is (5,34,48). Sum of RGB (Red+Green+Blue) = 5+34+48=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 34 (13.67% from 255 or 39.08% from 87); Blue value is 48 (19.14% from 255 or 55.17% from 87); Max value from RGB is 48 - color contains mainly: blue. Hex color #052230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052230 is #FADDCF. Grayscale: #1A1A1A. Windows color (decimal): -16440784 or 3154437. OLE color: 3154437.
HSL color Cylindrical-coordinate representation of color #052230: hue angle of 199.53º 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 #052230 is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 34 | 48 | - |
| CMYK | 0.90 | 0.29 | 0 | 0.81 |
| HSL | 199.53º | 0.81% | 0.1% | - |
| HSV(B) | 199.53º | 0.9% | 0.19% | - |
| XYZ | 1.17 | 1.39 | 3 | - |
| YUV | 26.93 | 139.89 | 112.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 34 | 48 | 0.90 | 0.29 | 0 | 0.81 | 199.53 | 0.81 | 0.1 |
| Hex | 5 | 22 | 30 | 5A | 1D | 0 | 51 | C8 | 51 | A |
| Octal | 5 | 42 | 60 | 132 | 35 | 0 | 121 | 310 | 121 | 12 |
| Binary | 101 | 100010 | 110000 | 1011010 | 11101 | 0 | 1010001 | 11001000 | 1010001 | 1010 |
Color Harmonies of #052230
Complementary color
Monochromatic Colors of #052230
Black with #052230
Text Example
Text Example
White with #052230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052230; }
p { color: rgb(5,34,48); }
H1.HeaderClassName
{
color: #052230;
}
.AnyTagClassName
{
color: #052230;
}
</style>
background-color css
<style>
a { background-color: #052230; }
a { background-color: rgb(5,34,48); }
div.DivClassName
{
background-color: #052230;
}
.BgClassName
{
background-color: #052230;
}
</style>
border-color css
<style>
span { border-color: #052230; }
span { border-color: rgb(5,34,48); }
td.TdClassName
{
border-color: #052230;
}
.TagClassName
{
border-color: #052230;
}
</style>