#011219

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

Shades of Black Pearl #011219

Tints of Black Pearl #011219

Color information

#011219 (or 0x011219) is unknown color: approx Black Pearl. HEX triplet: 01, 12 and 19. RGB value is (1,18,25). Sum of RGB (Red+Green+Blue) = 1+18+25=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 18 (7.42% from 255 or 40.91% from 44); Blue value is 25 (10.16% from 255 or 56.82% from 44); Max value from RGB is 25 - color contains mainly: blue. Hex color #011219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011219 is #FEEDE6. Grayscale: #0D0D0D. Windows color (decimal): -16707047 or 1643009. OLE color: 1643009.

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

Color convert

RGB11825-
CMYK0.960.2800.90
HSL197.5º92.31%5.1%-
HSV(B)197.5º96%9.8%-
XYZ0.40.511-
YUV13.71134.37118.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.27%
GREEN value IS 18 (7.42% from 255) = 40.91%
BLUE value IS 25 (10.16% from 255) = 56.82%
R=2.27%
G=40.91%
B=56.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal118250.960.2800.90197.592.315.1
Hex11219601C05Ac65c5
Octal122311403401323061345
Binary1100101100111000001110001011010110001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011219; }

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

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

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

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

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

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

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

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