#052328

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

Shades of Black Pearl #052328

Tints of Black Pearl #052328

Color information

#052328 (or 0x052328) is unknown color: approx Black Pearl. HEX triplet: 05, 23 and 28. RGB value is (5,35,40). Sum of RGB (Red+Green+Blue) = 5+35+40=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 35 (14.06% from 255 or 43.75% from 80); Blue value is 40 (16.02% from 255 or 50% from 80); Max value from RGB is 40 - color contains mainly: blue. Hex color #052328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052328 is #FADCD7. Grayscale: #1A1A1A. Windows color (decimal): -16440536 or 2630405. OLE color: 2630405.

HSL color Cylindrical-coordinate representation of color #052328: hue angle of 188.57º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052328 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB53540-
CMYK0.880.1200.84
HSL188.57º77.78%8.82%-
HSV(B)188.57º87.5%15.69%-
XYZ1.051.392.22-
YUV26.6135.56112.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.25%
GREEN value IS 35 (14.06% from 255) = 43.75%
BLUE value IS 40 (16.02% from 255) = 50%
R=6.25%
G=43.75%
B=50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal535400.880.1200.84188.5777.788.82
Hex5232858C054bd4e9
Octal5435013014012427511611
Binary10110001110100010110001100010101001011110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052328; }

 p { color: rgb(5,35,40); }

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

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

 a { background-color: rgb(5,35,40); }

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

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

 span { border-color: rgb(5,35,40); }

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