#001118

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

Shades of Black Pearl #001118

Tints of Black Pearl #001118

Color information

#001118 (or 0x001118) is unknown color: approx Black Pearl. HEX triplet: 00, 11 and 18. RGB value is (0,17,24). Sum of RGB (Red+Green+Blue) = 0+17+24=41 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 41); Green value is 17 (7.03% from 255 or 41.46% 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 #001118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001118 is #FFEEE7. Grayscale: #0C0C0C. Windows color (decimal): -16772840 or 1577216. OLE color: 1577216.

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

Color convert

RGB01724-
CMYK10.2900.91
HSL197.5º100%4.71%-
HSV(B)197.5º100%9.41%-
XYZ0.370.470.94-
YUV12.72134.37118.93-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 17 (7.03% from 255) = 41.46%
BLUE value IS 24 (9.77% from 255) = 58.54%
R=0%
G=41.46%
B=58.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal0172410.2900.91197.51004.71
Hex01118641D05Bc6645
Octal021301443501333061445
Binary0100011100011001001110101011011110001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001118; }

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

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

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

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

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

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

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

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