#121416

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

Shades of Black Pearl #121416

Tints of Black Pearl #121416

Color information

#121416 (or 0x121416) is unknown color: approx Black Pearl. HEX triplet: 12, 14 and 16. RGB value is (18,20,22). Sum of RGB (Red+Green+Blue) = 18+20+22=60 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30% from 60); Green value is 20 (8.20% from 255 or 33.33% from 60); Blue value is 22 (8.98% from 255 or 36.67% from 60); Max value from RGB is 22 - color contains mainly: blue. Hex color #121416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121416 is #EDEBE9. Grayscale: #131313. Windows color (decimal): -15592426 or 1446930. OLE color: 1446930.

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

Color convert

RGB182022-
CMYK0.180.0900.91
HSL210º10%7.84%-
HSV(B)210º18.18%8.63%-
XYZ0.640.690.86-
YUV19.63129.34126.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30%
GREEN value IS 20 (8.20% from 255) = 33.33%
BLUE value IS 22 (8.98% from 255) = 36.67%
R=30%
G=33.33%
B=36.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1820220.180.0900.91210107.84
Hex12141612905Bd2a8
Octal222426221101333221210
Binary100101010010110100101001010110111101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121416; }

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

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

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

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

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

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

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

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