#001019

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

Shades of Black Pearl #001019

Tints of Black Pearl #001019

Color information

#001019 (or 0x001019) is unknown color: approx Black Pearl. HEX triplet: 00, 10 and 19. RGB value is (0,16,25). Sum of RGB (Red+Green+Blue) = 0+16+25=41 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 25 (10.16% from 255 or 60.98% from 41); Max value from RGB is 25 - color contains mainly: blue. Hex color #001019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001019 is #FFEFE6. Grayscale: #0C0C0C. Windows color (decimal): -16773095 or 1642496. OLE color: 1642496.

HSL color Cylindrical-coordinate representation of color #001019: hue angle of 201.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 #001019 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB01625-
CMYK10.3600.90
HSL201.6º100%4.9%-
HSV(B)201.6º100%9.8%-
XYZ0.360.440.99-
YUV12.24135.2119.27-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 16 (6.64% from 255) = 39.02%
BLUE value IS 25 (10.16% from 255) = 60.98%
R=0%
G=39.02%
B=60.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal0162510.3600.90201.61004.9
Hex01019642405Aca645
Octal020311444401323121445
Binary01000011001110010010010001011010110010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001019; }

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

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

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

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

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

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

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

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