#011A23

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

Shades of Black Pearl #011A23

Tints of Black Pearl #011A23

Color information

#011A23 (or 0x011A23) is unknown color: approx Black Pearl. HEX triplet: 01, 1A and 23. RGB value is (1,26,35). Sum of RGB (Red+Green+Blue) = 1+26+35=62 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.61% from 62); Green value is 26 (10.55% from 255 or 41.94% from 62); Blue value is 35 (14.06% from 255 or 56.45% from 62); Max value from RGB is 35 - color contains mainly: blue. Hex color #011A23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011A23 is #FEE5DC. Grayscale: #131313. Windows color (decimal): -16704989 or 2300417. OLE color: 2300417.

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

Color convert

RGB12635-
CMYK0.970.2600.86
HSL195.88º94.44%7.06%-
HSV(B)195.88º97.14%13.73%-
XYZ0.690.871.72-
YUV19.55136.72114.77-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.61%
GREEN value IS 26 (10.55% from 255) = 41.94%
BLUE value IS 35 (14.06% from 255) = 56.45%
R=1.61%
G=41.94%
B=56.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal126350.970.2600.86195.8894.447.06
Hex11A23611A056c45e7
Octal132431413201263041367
Binary11101010001111000011101001010110110001001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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