#011018

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

Shades of Black Pearl #011018

Tints of Black Pearl #011018

Color information

#011018 (or 0x011018) is unknown color: approx Black Pearl. HEX triplet: 01, 10 and 18. RGB value is (1,16,24). Sum of RGB (Red+Green+Blue) = 1+16+24=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 24 (9.77% from 255 or 58.54% from 41); Max value from RGB is 24 - color contains mainly: blue. Hex color #011018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011018 is #FEEFE7. Grayscale: #0C0C0C. Windows color (decimal): -16707560 or 1576961. OLE color: 1576961.

HSL color Cylindrical-coordinate representation of color #011018: hue angle of 200.87º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #011018 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB11624-
CMYK0.960.3300.91
HSL200.87º92%4.9%-
HSV(B)200.87º95.83%9.41%-
XYZ0.360.440.93-
YUV12.43134.53119.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.44%
GREEN value IS 16 (6.64% from 255) = 39.02%
BLUE value IS 24 (9.77% from 255) = 58.54%
R=2.44%
G=39.02%
B=58.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal116240.960.3300.91200.87924.9
Hex11018602105Bc95c5
Octal120301404101333111345
Binary11000011000110000010000101011011110010011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011018; }

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

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

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

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

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

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

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

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