#052930

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

Shades of Black Pearl #052930

Tints of Black Pearl #052930

Color information

#052930 (or 0x052930) is unknown color: approx Black Pearl. HEX triplet: 05, 29 and 30. RGB value is (5,41,48). Sum of RGB (Red+Green+Blue) = 5+41+48=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 41 (16.41% from 255 or 43.62% from 94); Blue value is 48 (19.14% from 255 or 51.06% from 94); Max value from RGB is 48 - color contains mainly: blue. Hex color #052930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052930 is #FAD6CF. Grayscale: #1E1E1E. Windows color (decimal): -16438992 or 3156229. OLE color: 3156229.

HSL color Cylindrical-coordinate representation of color #052930: hue angle of 189.77º 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 #052930 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB54148-
CMYK0.900.1500.81
HSL189.77º81.13%10.39%-
HSV(B)189.77º89.58%18.82%-
XYZ1.391.833.08-
YUV31.03137.57109.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.32%
GREEN value IS 41 (16.41% from 255) = 43.62%
BLUE value IS 48 (19.14% from 255) = 51.06%
R=5.32%
G=43.62%
B=51.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal541480.900.1500.81189.7781.1310.39
Hex529305AF051be51a
Octal5516013217012127612112
Binary10110100111000010110101111010100011011111010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052930; }

 p { color: rgb(5,41,48); }

 H1.HeaderClassName
 {
   color: #052930;
 }
 .AnyTagClassName
 {
   color: #052930;
 }
</style>
background-color css

<style>
 a { background-color: #052930; }

 a { background-color: rgb(5,41,48); }

 div.DivClassName
 {
   background-color: #052930;
 }
 .BgClassName
 {
   background-color: #052930;
 }
</style>
border-color css

<style>
 span { border-color: #052930; }

 span { border-color: rgb(5,41,48); }

 td.TdClassName
 {
   border-color: #052930;
 }
 .TagClassName
 {
   border-color: #052930;
 }
</style>