#052127

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

Shades of Black Pearl #052127

Tints of Black Pearl #052127

Color information

#052127 (or 0x052127) is unknown color: approx Black Pearl. HEX triplet: 05, 21 and 27. RGB value is (5,33,39). Sum of RGB (Red+Green+Blue) = 5+33+39=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 33 (13.28% from 255 or 42.86% from 77); Blue value is 39 (15.62% from 255 or 50.65% from 77); Max value from RGB is 39 - color contains mainly: blue. Hex color #052127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052127 is #FADED8. Grayscale: #191919. Windows color (decimal): -16441049 or 2564357. OLE color: 2564357.

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

Color convert

RGB53339-
CMYK0.870.1500.85
HSL190.59º77.27%8.63%-
HSV(B)190.59º87.18%15.29%-
XYZ0.971.272.11-
YUV25.31135.72113.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.49%
GREEN value IS 33 (13.28% from 255) = 42.86%
BLUE value IS 39 (15.62% from 255) = 50.65%
R=6.49%
G=42.86%
B=50.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal533390.870.1500.85190.5977.278.63
Hex5212757F055bf4d9
Octal5414712717012527711511
Binary10110000110011110101111111010101011011111110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052127; }

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

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

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

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

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

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

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

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