#001519

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

Shades of Black Pearl #001519

Tints of Black Pearl #001519

Color information

#001519 (or 0x001519) is unknown color: approx Black Pearl. HEX triplet: 00, 15 and 19. RGB value is (0,21,25). Sum of RGB (Red+Green+Blue) = 0+21+25=46 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 46); Green value is 21 (8.59% from 255 or 45.65% from 46); Blue value is 25 (10.16% from 255 or 54.35% from 46); Max value from RGB is 25 - color contains mainly: blue. Hex color #001519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001519 is #FFEAE6. Grayscale: #0F0F0F. Windows color (decimal): -16771815 or 1643776. OLE color: 1643776.

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

Color convert

RGB02125-
CMYK10.1600.90
HSL189.6º100%4.9%-
HSV(B)189.6º100%9.8%-
XYZ0.440.611.01-
YUV15.18133.54117.17-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 21 (8.59% from 255) = 45.65%
BLUE value IS 25 (10.16% from 255) = 54.35%
R=0%
G=45.65%
B=54.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal0212510.1600.90189.61004.9
Hex01519641005Abe645
Octal025311442001322761445
Binary0101011100111001001000001011010101111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001519; }

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

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

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

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

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

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

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

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