#052327

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

Shades of Black Pearl #052327

Tints of Black Pearl #052327

Color information

#052327 (or 0x052327) is unknown color: approx Black Pearl. HEX triplet: 05, 23 and 27. RGB value is (5,35,39). Sum of RGB (Red+Green+Blue) = 5+35+39=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 35 (14.06% from 255 or 44.30% from 79); Blue value is 39 (15.62% from 255 or 49.37% from 79); Max value from RGB is 39 - color contains mainly: blue. Hex color #052327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052327 is #FADCD8. Grayscale: #1A1A1A. Windows color (decimal): -16440537 or 2564869. OLE color: 2564869.

HSL color Cylindrical-coordinate representation of color #052327: hue angle of 187.06º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #052327 is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB53539-
CMYK0.870.1000.85
HSL187.06º77.27%8.63%-
HSV(B)187.06º87.18%15.29%-
XYZ1.031.382.13-
YUV26.49135.06112.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.33%
GREEN value IS 35 (14.06% from 255) = 44.30%
BLUE value IS 39 (15.62% from 255) = 49.37%
R=6.33%
G=44.30%
B=49.37%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal535390.870.1000.85187.0677.278.63
Hex5232757A055bb4d9
Octal5434712712012527311511
Binary10110001110011110101111010010101011011101110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052327; }

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

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

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

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

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

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

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

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