#011923

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

Shades of Black Pearl #011923

Tints of Black Pearl #011923

Color information

#011923 (or 0x011923) is unknown color: approx Black Pearl. HEX triplet: 01, 19 and 23. RGB value is (1,25,35). Sum of RGB (Red+Green+Blue) = 1+25+35=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 25 (10.16% from 255 or 40.98% from 61); Blue value is 35 (14.06% from 255 or 57.38% from 61); Max value from RGB is 35 - color contains mainly: blue. Hex color #011923 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011923 is #FEE6DC. Grayscale: #121212. Windows color (decimal): -16705245 or 2300161. OLE color: 2300161.

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

Color convert

RGB12535-
CMYK0.970.2900.86
HSL197.65º94.44%7.06%-
HSV(B)197.65º97.14%13.73%-
XYZ0.660.821.71-
YUV18.96137.05115.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.64%
GREEN value IS 25 (10.16% from 255) = 40.98%
BLUE value IS 35 (14.06% from 255) = 57.38%
R=1.64%
G=40.98%
B=57.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal125350.970.2900.86197.6594.447.06
Hex11923611D056c65e7
Octal131431413501263061367
Binary11100110001111000011110101010110110001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011923; }

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

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

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

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

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

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

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

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