#011223

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

Shades of Black Pearl #011223

Tints of Black Pearl #011223

Color information

#011223 (or 0x011223) is unknown color: approx Black Pearl. HEX triplet: 01, 12 and 23. RGB value is (1,18,35). Sum of RGB (Red+Green+Blue) = 1+18+35=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 18 (7.42% from 255 or 33.33% from 54); Blue value is 35 (14.06% from 255 or 64.81% from 54); Max value from RGB is 35 - color contains mainly: blue. Hex color #011223 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011223 is #FEEDDC. Grayscale: #0E0E0E. Windows color (decimal): -16707037 or 2298369. OLE color: 2298369.

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

Color convert

RGB11835-
CMYK0.970.4900.86
HSL210º94.44%7.06%-
HSV(B)210º97.14%13.73%-
XYZ0.530.561.67-
YUV14.85139.37118.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.85%
GREEN value IS 18 (7.42% from 255) = 33.33%
BLUE value IS 35 (14.06% from 255) = 64.81%
R=1.85%
G=33.33%
B=64.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal118350.970.4900.8621094.447.06
Hex112236131056d25e7
Octal122431416101263221367
Binary110010100011110000111000101010110110100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011223; }

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

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

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

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

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

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

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

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