#011719

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

Shades of Black Pearl #011719

Tints of Black Pearl #011719

Color information

#011719 (or 0x011719) is unknown color: approx Black Pearl. HEX triplet: 01, 17 and 19. RGB value is (1,23,25). Sum of RGB (Red+Green+Blue) = 1+23+25=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 23 (9.38% from 255 or 46.94% from 49); Blue value is 25 (10.16% from 255 or 51.02% from 49); Max value from RGB is 25 - color contains mainly: blue. Hex color #011719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011719 is #FEE8E6. Grayscale: #101010. Windows color (decimal): -16705767 or 1644289. OLE color: 1644289.

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

Color convert

RGB12325-
CMYK0.960.0800.90
HSL185º92.31%5.1%-
HSV(B)185º96%9.8%-
XYZ0.490.691.03-
YUV16.65132.71116.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.04%
GREEN value IS 23 (9.38% from 255) = 46.94%
BLUE value IS 25 (10.16% from 255) = 51.02%
R=2.04%
G=46.94%
B=51.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal123250.960.0800.9018592.315.1
Hex1171960805Ab95c5
Octal127311401001322711345
Binary110111110011100000100001011010101110011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011719; }

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

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

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

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

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

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

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

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