#011320

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

Shades of Black Pearl #011320

Tints of Black Pearl #011320

Color information

#011320 (or 0x011320) is unknown color: approx Black Pearl. HEX triplet: 01, 13 and 20. RGB value is (1,19,32). Sum of RGB (Red+Green+Blue) = 1+19+32=52 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.92% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 32 (12.89% from 255 or 61.54% from 52); Max value from RGB is 32 - color contains mainly: blue. Hex color #011320 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011320 is #FEECDF. Grayscale: #0F0F0F. Windows color (decimal): -16706784 or 2102017. OLE color: 2102017.

HSL color Cylindrical-coordinate representation of color #011320: hue angle of 205.16º 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 #011320 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB11932-
CMYK0.970.4100.87
HSL205.16º93.94%6.47%-
HSV(B)205.16º96.88%12.55%-
XYZ0.510.581.45-
YUV15.1137.54117.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.92%
GREEN value IS 19 (7.81% from 255) = 36.54%
BLUE value IS 32 (12.89% from 255) = 61.54%
R=1.92%
G=36.54%
B=61.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal119320.970.4100.87205.1693.946.47
Hex113206129057cd5e6
Octal123401415101273151366
Binary110011100000110000110100101010111110011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011320; }

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

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

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

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

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

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

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

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