#011523

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

Shades of Black Pearl #011523

Tints of Black Pearl #011523

Color information

#011523 (or 0x011523) is unknown color: approx Black Pearl. HEX triplet: 01, 15 and 23. RGB value is (1,21,35). Sum of RGB (Red+Green+Blue) = 1+21+35=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 21 (8.59% from 255 or 36.84% from 57); Blue value is 35 (14.06% from 255 or 61.40% from 57); Max value from RGB is 35 - color contains mainly: blue. Hex color #011523 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011523 is #FEEADC. Grayscale: #101010. Windows color (decimal): -16706269 or 2299137. OLE color: 2299137.

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

Color convert

RGB12135-
CMYK0.970.4000.86
HSL204.71º94.44%7.06%-
HSV(B)204.71º97.14%13.73%-
XYZ0.580.661.69-
YUV16.62138.37116.86-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.75%
GREEN value IS 21 (8.59% from 255) = 36.84%
BLUE value IS 35 (14.06% from 255) = 61.40%
R=1.75%
G=36.84%
B=61.40%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal121350.970.4000.86204.7194.447.06
Hex115236128056cd5e7
Octal125431415001263151367
Binary110101100011110000110100001010110110011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011523; }

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

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

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

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

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

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

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

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