#011019

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

Shades of Black Pearl #011019

Tints of Black Pearl #011019

Color information

#011019 (or 0x011019) is unknown color: approx Black Pearl. HEX triplet: 01, 10 and 19. RGB value is (1,16,25). Sum of RGB (Red+Green+Blue) = 1+16+25=42 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.38% from 42); Green value is 16 (6.64% from 255 or 38.10% from 42); Blue value is 25 (10.16% from 255 or 59.52% from 42); Max value from RGB is 25 - color contains mainly: blue. Hex color #011019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011019 is #FEEFE6. Grayscale: #0C0C0C. Windows color (decimal): -16707559 or 1642497. OLE color: 1642497.

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

Color convert

RGB11625-
CMYK0.960.3600.90
HSL202.5º92.31%5.1%-
HSV(B)202.5º96%9.8%-
XYZ0.370.450.99-
YUV12.54135.03119.77-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.38%
GREEN value IS 16 (6.64% from 255) = 38.10%
BLUE value IS 25 (10.16% from 255) = 59.52%
R=2.38%
G=38.10%
B=59.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal116250.960.3600.90202.592.315.1
Hex11019602405Aca5c5
Octal120311404401323121345
Binary11000011001110000010010001011010110010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011019; }

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

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

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

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

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

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

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

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