#011120

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

Shades of Black Pearl #011120

Tints of Black Pearl #011120

Color information

#011120 (or 0x011120) is unknown color: approx Black Pearl. HEX triplet: 01, 11 and 20. RGB value is (1,17,32). Sum of RGB (Red+Green+Blue) = 1+17+32=50 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2% from 50); Green value is 17 (7.03% from 255 or 34% from 50); Blue value is 32 (12.89% from 255 or 64% from 50); Max value from RGB is 32 - color contains mainly: blue. Hex color #011120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011120 is #FEEEDF. Grayscale: #0D0D0D. Windows color (decimal): -16707296 or 2101505. OLE color: 2101505.

HSL color Cylindrical-coordinate representation of color #011120: hue angle of 209.03º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011120 is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB11732-
CMYK0.970.4700.87
HSL209.03º93.94%6.47%-
HSV(B)209.03º96.88%12.55%-
XYZ0.470.511.44-
YUV13.93138.2118.78-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2%
GREEN value IS 17 (7.03% from 255) = 34%
BLUE value IS 32 (12.89% from 255) = 64%
R=2%
G=34%
B=64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal117320.970.4700.87209.0393.946.47
Hex11120612F057d15e6
Octal121401415701273211366
Binary110001100000110000110111101010111110100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011120; }

 p { color: rgb(1,17,32); }

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

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

 a { background-color: rgb(1,17,32); }

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

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

 span { border-color: rgb(1,17,32); }

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