#052427

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

Shades of Black Pearl #052427

Tints of Black Pearl #052427

Color information

#052427 (or 0x052427) is unknown color: approx Black Pearl. HEX triplet: 05, 24 and 27. RGB value is (5,36,39). Sum of RGB (Red+Green+Blue) = 5+36+39=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 36 (14.45% from 255 or 45% from 80); Blue value is 39 (15.62% from 255 or 48.75% from 80); Max value from RGB is 39 - color contains mainly: blue. Hex color #052427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052427 is #FADBD8. Grayscale: #1B1B1B. Windows color (decimal): -16440281 or 2565125. OLE color: 2565125.

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

Color convert

RGB53639-
CMYK0.870.0800.85
HSL185.29º77.27%8.63%-
HSV(B)185.29º87.18%15.29%-
XYZ1.061.442.14-
YUV27.07134.73112.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.25%
GREEN value IS 36 (14.45% from 255) = 45%
BLUE value IS 39 (15.62% from 255) = 48.75%
R=6.25%
G=45%
B=48.75%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal536390.870.0800.85185.2977.278.63
Hex52427578055b94d9
Octal5444712710012527111511
Binary10110010010011110101111000010101011011100110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052427; }

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

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

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

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

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

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

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

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