#011118

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

Shades of Black Pearl #011118

Tints of Black Pearl #011118

Color information

#011118 (or 0x011118) is unknown color: approx Black Pearl. HEX triplet: 01, 11 and 18. RGB value is (1,17,24). Sum of RGB (Red+Green+Blue) = 1+17+24=42 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.38% from 42); Green value is 17 (7.03% from 255 or 40.48% from 42); Blue value is 24 (9.77% from 255 or 57.14% from 42); Max value from RGB is 24 - color contains mainly: blue. Hex color #011118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011118 is #FEEEE7. Grayscale: #0C0C0C. Windows color (decimal): -16707304 or 1577217. OLE color: 1577217.

HSL color Cylindrical-coordinate representation of color #011118: hue angle of 198.26º 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 #011118 is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB11724-
CMYK0.960.2900.91
HSL198.26º92%4.9%-
HSV(B)198.26º95.83%9.41%-
XYZ0.380.470.94-
YUV13.01134.2119.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.38%
GREEN value IS 17 (7.03% from 255) = 40.48%
BLUE value IS 24 (9.77% from 255) = 57.14%
R=2.38%
G=40.48%
B=57.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal117240.960.2900.91198.26924.9
Hex11118601D05Bc65c5
Octal121301403501333061345
Binary1100011100011000001110101011011110001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011118; }

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

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

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

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

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

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

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

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