#011322

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

Shades of Black Pearl #011322

Tints of Black Pearl #011322

Color information

#011322 (or 0x011322) is unknown color: approx Black Pearl. HEX triplet: 01, 13 and 22. RGB value is (1,19,34). Sum of RGB (Red+Green+Blue) = 1+19+34=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 34 (13.67% from 255 or 62.96% from 54); Max value from RGB is 34 - color contains mainly: blue. Hex color #011322 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011322 is #FEECDD. Grayscale: #0F0F0F. Windows color (decimal): -16706782 or 2233089. OLE color: 2233089.

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

Color convert

RGB11934-
CMYK0.970.4400.87
HSL207.27º94.29%6.86%-
HSV(B)207.27º97.06%13.33%-
XYZ0.530.591.6-
YUV15.33138.54117.78-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.85%
GREEN value IS 19 (7.81% from 255) = 35.19%
BLUE value IS 34 (13.67% from 255) = 62.96%
R=1.85%
G=35.19%
B=62.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal119340.970.4400.87207.2794.296.86
Hex11322612C057cf5e7
Octal123421415401273171367
Binary110011100010110000110110001010111110011111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011322; }

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

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

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

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

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

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

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

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