#011318

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

Shades of Black Pearl #011318

Tints of Black Pearl #011318

Color information

#011318 (or 0x011318) is unknown color: approx Black Pearl. HEX triplet: 01, 13 and 18. RGB value is (1,19,24). Sum of RGB (Red+Green+Blue) = 1+19+24=44 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.27% from 44); Green value is 19 (7.81% from 255 or 43.18% from 44); Blue value is 24 (9.77% from 255 or 54.55% from 44); Max value from RGB is 24 - color contains mainly: blue. Hex color #011318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011318 is #FEECE7. Grayscale: #0E0E0E. Windows color (decimal): -16706792 or 1577729. OLE color: 1577729.

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

Color convert

RGB11924-
CMYK0.960.2100.91
HSL193.04º92%4.9%-
HSV(B)193.04º95.83%9.41%-
XYZ0.410.540.95-
YUV14.19133.54118.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.27%
GREEN value IS 19 (7.81% from 255) = 43.18%
BLUE value IS 24 (9.77% from 255) = 54.55%
R=2.27%
G=43.18%
B=54.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal119240.960.2100.91193.04924.9
Hex11318601505Bc15c5
Octal123301402501333011345
Binary1100111100011000001010101011011110000011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011318; }

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

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

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

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

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

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

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

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