#052430

Color #052430 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #052430

Tints of Black Pearl #052430

Color information

#052430 (or 0x052430) is unknown color: approx 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

RGB53648-
CMYK0.900.2500.81
HSL196.74º81.13%10.39%-
HSV(B)196.74º89.58%18.82%-
XYZ1.231.513.02-
YUV28.1139.23111.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 5.62%
GREEN value IS 36 (14.45% from 255) = 40.45%
BLUE value IS 48 (19.14% from 255) = 53.93%
R=5.62%
G=40.45%
B=53.93%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal536480.900.2500.81196.7481.1310.39
Hex524305A19051c551a
Octal5446013231012130512112
Binary101100100110000101101011001010100011100010110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>