#051519

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

Shades of Black Pearl #051519

Tints of Black Pearl #051519

Color information

#051519 (or 0x051519) is unknown color: approx Black Pearl. HEX triplet: 05, 15 and 19. RGB value is (5,21,25). Sum of RGB (Red+Green+Blue) = 5+21+25=51 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.80% from 51); Green value is 21 (8.59% from 255 or 41.18% from 51); Blue value is 25 (10.16% from 255 or 49.02% from 51); Max value from RGB is 25 - color contains mainly: blue. Hex color #051519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051519 is #FAEAE6. Grayscale: #101010. Windows color (decimal): -16444135 or 1643781. OLE color: 1643781.

HSL color Cylindrical-coordinate representation of color #051519: hue angle of 192º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #051519 is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB52125-
CMYK0.800.1600.90
HSL192º66.67%5.88%-
HSV(B)192º80%9.8%-
XYZ0.510.641.02-
YUV16.67132.7119.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.80%
GREEN value IS 21 (8.59% from 255) = 41.18%
BLUE value IS 25 (10.16% from 255) = 49.02%
R=9.80%
G=41.18%
B=49.02%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal521250.800.1600.9019266.675.88
Hex51519501005Ac0436
Octal525311202001323001036
Binary101101011100110100001000001011010110000001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051519; }

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

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

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

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

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

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

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

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