#011C23

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

Shades of Black Pearl #011C23

Tints of Black Pearl #011C23

Color information

#011C23 (or 0x011C23) is unknown color: approx Black Pearl. HEX triplet: 01, 1C and 23. RGB value is (1,28,35). Sum of RGB (Red+Green+Blue) = 1+28+35=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 28 (11.33% from 255 or 43.75% from 64); Blue value is 35 (14.06% from 255 or 54.69% from 64); Max value from RGB is 35 - color contains mainly: blue. Hex color #011C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C23 is #FEE3DC. Grayscale: #141414. Windows color (decimal): -16704477 or 2300929. OLE color: 2300929.

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

Color convert

RGB12835-
CMYK0.970.2000.86
HSL192.35º94.44%7.06%-
HSV(B)192.35º97.14%13.73%-
XYZ0.730.961.74-
YUV20.72136.05113.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.56%
GREEN value IS 28 (11.33% from 255) = 43.75%
BLUE value IS 35 (14.06% from 255) = 54.69%
R=1.56%
G=43.75%
B=54.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal128350.970.2000.86192.3594.447.06
Hex11C236114056c05e7
Octal134431412401263001367
Binary11110010001111000011010001010110110000001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011C23; }

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

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

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

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

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

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

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

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