#011423

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

Shades of Black Pearl #011423

Tints of Black Pearl #011423

Color information

#011423 (or 0x011423) is unknown color: approx Black Pearl. HEX triplet: 01, 14 and 23. RGB value is (1,20,35). Sum of RGB (Red+Green+Blue) = 1+20+35=56 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.79% from 56); Green value is 20 (8.20% from 255 or 35.71% from 56); Blue value is 35 (14.06% from 255 or 62.5% from 56); Max value from RGB is 35 - color contains mainly: blue. Hex color #011423 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011423 is #FEEBDC. Grayscale: #0F0F0F. Windows color (decimal): -16706525 or 2298881. OLE color: 2298881.

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

Color convert

RGB12035-
CMYK0.970.4300.86
HSL206.47º94.44%7.06%-
HSV(B)206.47º97.14%13.73%-
XYZ0.570.631.68-
YUV16.03138.71117.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.79%
GREEN value IS 20 (8.20% from 255) = 35.71%
BLUE value IS 35 (14.06% from 255) = 62.5%
R=1.79%
G=35.71%
B=62.5%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal120350.970.4300.86206.4794.447.06
Hex11423612B056ce5e7
Octal124431415301263161367
Binary110100100011110000110101101010110110011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011423; }

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

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

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

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

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

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

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

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