#12161C

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

Shades of Black Pearl #12161C

Tints of Black Pearl #12161C

Color information

#12161C (or 0x12161C) is unknown color: approx Black Pearl. HEX triplet: 12, 16 and 1C. RGB value is (18,22,28). Sum of RGB (Red+Green+Blue) = 18+22+28=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 22 (8.98% from 255 or 32.35% from 68); Blue value is 28 (11.33% from 255 or 41.18% from 68); Max value from RGB is 28 - color contains mainly: blue. Hex color #12161C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12161C is #EDE9E3. Grayscale: #151515. Windows color (decimal): -15591908 or 1840658. OLE color: 1840658.

HSL color Cylindrical-coordinate representation of color #12161C: hue angle of 216º degrees, saturation: 0.22, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #12161C is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB182228-
CMYK0.360.2100.89
HSL216º21.74%9.02%-
HSV(B)216º35.71%10.98%-
XYZ0.750.791.21-
YUV21.49131.67125.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.47%
GREEN value IS 22 (8.98% from 255) = 32.35%
BLUE value IS 28 (11.33% from 255) = 41.18%
R=26.47%
G=32.35%
B=41.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1822280.360.2100.8921621.749.02
Hex12161C2415059d8169
Octal222634442501313302611
Binary100101011011100100100101010101100111011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12161C; }

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

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

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

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

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

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

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

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