#051527

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

Shades of Black Pearl #051527

Tints of Black Pearl #051527

Color information

#051527 (or 0x051527) is unknown color: approx Black Pearl. HEX triplet: 05, 15 and 27. RGB value is (5,21,39). Sum of RGB (Red+Green+Blue) = 5+21+39=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 21 (8.59% from 255 or 32.31% from 65); Blue value is 39 (15.62% from 255 or 60% from 65); Max value from RGB is 39 - color contains mainly: blue. Hex color #051527 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051527 is #FAEAD8. Grayscale: #121212. Windows color (decimal): -16444121 or 2561285. OLE color: 2561285.

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

Color convert

RGB52139-
CMYK0.870.4600.85
HSL211.76º77.27%8.63%-
HSV(B)211.76º87.18%15.29%-
XYZ0.70.722.02-
YUV18.27139.7118.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.69%
GREEN value IS 21 (8.59% from 255) = 32.31%
BLUE value IS 39 (15.62% from 255) = 60%
R=7.69%
G=32.31%
B=60%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal521390.870.4600.85211.7677.278.63
Hex51527572E055d44d9
Octal5254712756012532411511
Binary101101011001111010111101110010101011101010010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051527; }

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

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

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

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

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

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

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

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