#011519

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

Shades of Black Pearl #011519

Tints of Black Pearl #011519

Color information

#011519 (or 0x011519) is unknown color: approx Black Pearl. HEX triplet: 01, 15 and 19. RGB value is (1,21,25). Sum of RGB (Red+Green+Blue) = 1+21+25=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 21 (8.59% from 255 or 44.68% from 47); Blue value is 25 (10.16% from 255 or 53.19% from 47); Max value from RGB is 25 - color contains mainly: blue. Hex color #011519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011519 is #FEEAE6. Grayscale: #0F0F0F. Windows color (decimal): -16706279 or 1643777. OLE color: 1643777.

HSL color Cylindrical-coordinate representation of color #011519: hue angle of 190º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011519 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB12125-
CMYK0.960.1600.90
HSL190º92.31%5.1%-
HSV(B)190º96%9.8%-
XYZ0.460.611.01-
YUV15.48133.37117.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.13%
GREEN value IS 21 (8.59% from 255) = 44.68%
BLUE value IS 25 (10.16% from 255) = 53.19%
R=2.13%
G=44.68%
B=53.19%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal121250.960.1600.9019092.315.1
Hex11519601005Abe5c5
Octal125311402001322761345
Binary1101011100111000001000001011010101111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011519; }

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

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

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

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

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

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

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

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