#011023

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

Shades of Black Pearl #011023

Tints of Black Pearl #011023

Color information

#011023 (or 0x011023) is unknown color: approx Black Pearl. HEX triplet: 01, 10 and 23. RGB value is (1,16,35). Sum of RGB (Red+Green+Blue) = 1+16+35=52 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.92% from 52); Green value is 16 (6.64% from 255 or 30.77% from 52); Blue value is 35 (14.06% from 255 or 67.31% from 52); Max value from RGB is 35 - color contains mainly: blue. Hex color #011023 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011023 is #FEEFDC. Grayscale: #0D0D0D. Windows color (decimal): -16707549 or 2297857. OLE color: 2297857.

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

Color convert

RGB11635-
CMYK0.970.5400.86
HSL213.53º94.44%7.06%-
HSV(B)213.53º97.14%13.73%-
XYZ0.50.51.66-
YUV13.68140.03118.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.92%
GREEN value IS 16 (6.64% from 255) = 30.77%
BLUE value IS 35 (14.06% from 255) = 67.31%
R=1.92%
G=30.77%
B=67.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal116350.970.5400.86213.5394.447.06
Hex110236136056d65e7
Octal120431416601263261367
Binary110000100011110000111011001010110110101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011023; }

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

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

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

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

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

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

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

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