#051525

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

Shades of Black Pearl #051525

Tints of Black Pearl #051525

Color information

#051525 (or 0x051525) is unknown color: approx Black Pearl. HEX triplet: 05, 15 and 25. RGB value is (5,21,37). Sum of RGB (Red+Green+Blue) = 5+21+37=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 21 (8.59% from 255 or 33.33% from 63); Blue value is 37 (14.84% from 255 or 58.73% from 63); Max value from RGB is 37 - color contains mainly: blue. Hex color #051525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051525 is #FAEADA. Grayscale: #111111. Windows color (decimal): -16444123 or 2430213. OLE color: 2430213.

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

Color convert

RGB52137-
CMYK0.860.4300.85
HSL210º76.19%8.24%-
HSV(B)210º86.49%14.51%-
XYZ0.660.71.85-
YUV18.04138.7118.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.94%
GREEN value IS 21 (8.59% from 255) = 33.33%
BLUE value IS 37 (14.84% from 255) = 58.73%
R=7.94%
G=33.33%
B=58.73%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal521370.860.4300.8521076.198.24
Hex51525562B055d24c8
Octal5254512653012532211410
Binary101101011001011010110101011010101011101001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051525; }

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

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

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

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

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

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

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

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