#052025

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

Shades of Black Pearl #052025

Tints of Black Pearl #052025

Color information

#052025 (or 0x052025) is unknown color: approx Black Pearl. HEX triplet: 05, 20 and 25. RGB value is (5,32,37). Sum of RGB (Red+Green+Blue) = 5+32+37=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 32 (12.89% from 255 or 43.24% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: blue. Hex color #052025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052025 is #FADFDA. Grayscale: #181818. Windows color (decimal): -16441307 or 2433029. OLE color: 2433029.

HSL color Cylindrical-coordinate representation of color #052025: hue angle of 189.38º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #052025 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB53237-
CMYK0.860.1400.85
HSL189.38º76.19%8.24%-
HSV(B)189.38º86.49%14.51%-
XYZ0.911.21.93-
YUV24.5135.05114.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.76%
GREEN value IS 32 (12.89% from 255) = 43.24%
BLUE value IS 37 (14.84% from 255) = 50%
R=6.76%
G=43.24%
B=50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal532370.860.1400.85189.3876.198.24
Hex5202556E055bd4c8
Octal5404512616012527511410
Binary10110000010010110101101110010101011011110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052025; }

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

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

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

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

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

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

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

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