#052225

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

Shades of Black Pearl #052225

Tints of Black Pearl #052225

Color information

#052225 (or 0x052225) is unknown color: approx Black Pearl. HEX triplet: 05, 22 and 25. RGB value is (5,34,37). Sum of RGB (Red+Green+Blue) = 5+34+37=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 34 (13.67% from 255 or 44.74% from 76); Blue value is 37 (14.84% from 255 or 48.68% from 76); Max value from RGB is 37 - color contains mainly: blue. Hex color #052225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052225 is #FADDDA. Grayscale: #191919. Windows color (decimal): -16440795 or 2433541. OLE color: 2433541.

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

Color convert

RGB53437-
CMYK0.860.0800.85
HSL185.62º76.19%8.24%-
HSV(B)185.62º86.49%14.51%-
XYZ0.971.311.95-
YUV25.67134.39113.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.58%
GREEN value IS 34 (13.67% from 255) = 44.74%
BLUE value IS 37 (14.84% from 255) = 48.68%
R=6.58%
G=44.74%
B=48.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal534370.860.0800.85185.6276.198.24
Hex52225568055ba4c8
Octal5424512610012527211410
Binary10110001010010110101101000010101011011101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052225; }

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

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

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

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

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

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

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

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