#051419

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

Shades of Black Pearl #051419

Tints of Black Pearl #051419

Color information

#051419 (or 0x051419) is unknown color: approx Black Pearl. HEX triplet: 05, 14 and 19. RGB value is (5,20,25). Sum of RGB (Red+Green+Blue) = 5+20+25=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 20 (8.20% from 255 or 40% from 50); Blue value is 25 (10.16% from 255 or 50% from 50); Max value from RGB is 25 - color contains mainly: blue. Hex color #051419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051419 is #FAEBE6. Grayscale: #101010. Windows color (decimal): -16444391 or 1643525. OLE color: 1643525.

HSL color Cylindrical-coordinate representation of color #051419: hue angle of 195º 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 #051419 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB52025-
CMYK0.800.2000.90
HSL195º66.67%5.88%-
HSV(B)195º80%9.8%-
XYZ0.490.61.01-
YUV16.08133.03120.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10%
GREEN value IS 20 (8.20% from 255) = 40%
BLUE value IS 25 (10.16% from 255) = 50%
R=10%
G=40%
B=50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal520250.800.2000.9019566.675.88
Hex51419501405Ac3436
Octal524311202401323031036
Binary101101001100110100001010001011010110000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051419; }

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

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

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

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

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

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

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

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