#011123

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

Shades of Black Pearl #011123

Tints of Black Pearl #011123

Color information

#011123 (or 0x011123) is unknown color: approx Black Pearl. HEX triplet: 01, 11 and 23. RGB value is (1,17,35). Sum of RGB (Red+Green+Blue) = 1+17+35=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 35 (14.06% from 255 or 66.04% from 53); Max value from RGB is 35 - color contains mainly: blue. Hex color #011123 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011123 is #FEEEDC. Grayscale: #0E0E0E. Windows color (decimal): -16707293 or 2298113. OLE color: 2298113.

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

Color convert

RGB11735-
CMYK0.970.5100.86
HSL211.76º94.44%7.06%-
HSV(B)211.76º97.14%13.73%-
XYZ0.520.531.66-
YUV14.27139.7118.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.89%
GREEN value IS 17 (7.03% from 255) = 32.08%
BLUE value IS 35 (14.06% from 255) = 66.04%
R=1.89%
G=32.08%
B=66.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal117350.970.5100.86211.7694.447.06
Hex111236133056d45e7
Octal121431416301263241367
Binary110001100011110000111001101010110110101001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011123; }

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

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

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

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

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

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

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

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