#121618

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

Shades of Black Pearl #121618

Tints of Black Pearl #121618

Color information

#121618 (or 0x121618) is unknown color: approx Black Pearl. HEX triplet: 12, 16 and 18. RGB value is (18,22,24). Sum of RGB (Red+Green+Blue) = 18+22+24=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 22 (8.98% from 255 or 34.38% from 64); Blue value is 24 (9.77% from 255 or 37.5% from 64); Max value from RGB is 24 - color contains mainly: blue. Hex color #121618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121618 is #EDE9E7. Grayscale: #151515. Windows color (decimal): -15591912 or 1578514. OLE color: 1578514.

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

Color convert

RGB182224-
CMYK0.250.0800.91
HSL200º14.29%8.24%-
HSV(B)200º25%9.41%-
XYZ0.70.770.98-
YUV21.03129.67125.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.12%
GREEN value IS 22 (8.98% from 255) = 34.38%
BLUE value IS 24 (9.77% from 255) = 37.5%
R=28.12%
G=34.38%
B=37.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1822240.250.0800.9120014.298.24
Hex12161819805Bc8e8
Octal222630311001333101610
Binary100101011011000110011000010110111100100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121618; }

 p { color: rgb(18,22,24); }

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

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

 a { background-color: rgb(18,22,24); }

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

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

 span { border-color: rgb(18,22,24); }

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