#011020

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

Shades of Black Pearl #011020

Tints of Black Pearl #011020

Color information

#011020 (or 0x011020) is unknown color: approx Black Pearl. HEX triplet: 01, 10 and 20. RGB value is (1,16,32). Sum of RGB (Red+Green+Blue) = 1+16+32=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 16 (6.64% from 255 or 32.65% from 49); Blue value is 32 (12.89% from 255 or 65.31% from 49); Max value from RGB is 32 - color contains mainly: blue. Hex color #011020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011020 is #FEEFDF. Grayscale: #0D0D0D. Windows color (decimal): -16707552 or 2101249. OLE color: 2101249.

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

Color convert

RGB11632-
CMYK0.970.500.87
HSL210.97º93.94%6.47%-
HSV(B)210.97º96.88%12.55%-
XYZ0.460.481.44-
YUV13.34138.53119.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.04%
GREEN value IS 16 (6.64% from 255) = 32.65%
BLUE value IS 32 (12.89% from 255) = 65.31%
R=2.04%
G=32.65%
B=65.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal116320.970.500.87210.9793.946.47
Hex110206132057d35e6
Octal120401416201273231366
Binary110000100000110000111001001010111110100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011020; }

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

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

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

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

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

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

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

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