#011722

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

Shades of Black Pearl #011722

Tints of Black Pearl #011722

Color information

#011722 (or 0x011722) is unknown color: approx Black Pearl. HEX triplet: 01, 17 and 22. RGB value is (1,23,34). Sum of RGB (Red+Green+Blue) = 1+23+34=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 23 (9.38% from 255 or 39.66% from 58); Blue value is 34 (13.67% from 255 or 58.62% from 58); Max value from RGB is 34 - color contains mainly: blue. Hex color #011722 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011722 is #FEE8DD. Grayscale: #111111. Windows color (decimal): -16705758 or 2234113. OLE color: 2234113.

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

Color convert

RGB12334-
CMYK0.970.3200.87
HSL200º94.29%6.86%-
HSV(B)200º97.06%13.33%-
XYZ0.610.731.62-
YUV17.68137.21116.11-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.72%
GREEN value IS 23 (9.38% from 255) = 39.66%
BLUE value IS 34 (13.67% from 255) = 58.62%
R=1.72%
G=39.66%
B=58.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal123340.970.3200.8720094.296.86
Hex117226120057c85e7
Octal127421414001273101367
Binary110111100010110000110000001010111110010001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011722; }

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

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

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

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

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

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

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

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