#011823

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

Shades of Black Pearl #011823

Tints of Black Pearl #011823

Color information

#011823 (or 0x011823) is unknown color: approx Black Pearl. HEX triplet: 01, 18 and 23. RGB value is (1,24,35). Sum of RGB (Red+Green+Blue) = 1+24+35=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 24 (9.77% from 255 or 40% from 60); Blue value is 35 (14.06% from 255 or 58.33% from 60); Max value from RGB is 35 - color contains mainly: blue. Hex color #011823 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011823 is #FEE7DC. Grayscale: #121212. Windows color (decimal): -16705501 or 2299905. OLE color: 2299905.

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

Color convert

RGB12435-
CMYK0.970.3100.86
HSL199.41º94.44%7.06%-
HSV(B)199.41º97.14%13.73%-
XYZ0.640.781.71-
YUV18.38137.38115.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.67%
GREEN value IS 24 (9.77% from 255) = 40%
BLUE value IS 35 (14.06% from 255) = 58.33%
R=1.67%
G=40%
B=58.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal124350.970.3100.86199.4194.447.06
Hex11823611F056c75e7
Octal130431413701263071367
Binary11100010001111000011111101010110110001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011823; }

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

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

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

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

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

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

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

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