#011619

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

Shades of Black Pearl #011619

Tints of Black Pearl #011619

Color information

#011619 (or 0x011619) is unknown color: approx Black Pearl. HEX triplet: 01, 16 and 19. RGB value is (1,22,25). Sum of RGB (Red+Green+Blue) = 1+22+25=48 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.08% from 48); Green value is 22 (8.98% from 255 or 45.83% from 48); Blue value is 25 (10.16% from 255 or 52.08% from 48); Max value from RGB is 25 - color contains mainly: blue. Hex color #011619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011619 is #FEE9E6. Grayscale: #101010. Windows color (decimal): -16706023 or 1644033. OLE color: 1644033.

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

Color convert

RGB12225-
CMYK0.960.1200.90
HSL187.5º92.31%5.1%-
HSV(B)187.5º96%9.8%-
XYZ0.470.651.02-
YUV16.06133.04117.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.08%
GREEN value IS 22 (8.98% from 255) = 45.83%
BLUE value IS 25 (10.16% from 255) = 52.08%
R=2.08%
G=45.83%
B=52.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal122250.960.1200.90187.592.315.1
Hex1161960C05Abc5c5
Octal126311401401322741345
Binary110110110011100000110001011010101111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011619; }

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

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

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

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

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

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

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

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