#052027

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

Shades of Black Pearl #052027

Tints of Black Pearl #052027

Color information

#052027 (or 0x052027) is unknown color: approx Black Pearl. HEX triplet: 05, 20 and 27. RGB value is (5,32,39). Sum of RGB (Red+Green+Blue) = 5+32+39=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 32 (12.89% from 255 or 42.11% from 76); Blue value is 39 (15.62% from 255 or 51.32% from 76); Max value from RGB is 39 - color contains mainly: blue. Hex color #052027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052027 is #FADFD8. Grayscale: #181818. Windows color (decimal): -16441305 or 2564101. OLE color: 2564101.

HSL color Cylindrical-coordinate representation of color #052027: hue angle of 192.35º 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 #052027 is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB53239-
CMYK0.870.1800.85
HSL192.35º77.27%8.63%-
HSV(B)192.35º87.18%15.29%-
XYZ0.951.212.1-
YUV24.72136.05113.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.58%
GREEN value IS 32 (12.89% from 255) = 42.11%
BLUE value IS 39 (15.62% from 255) = 51.32%
R=6.58%
G=42.11%
B=51.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal532390.870.1800.85192.3577.278.63
Hex520275712055c04d9
Octal5404712722012530011511
Binary101100000100111101011110010010101011100000010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052027; }

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

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

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

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

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

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

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

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