#121C20

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

Shades of Black Pearl #121C20

Tints of Black Pearl #121C20

Color information

#121C20 (or 0x121C20) is unknown color: approx Black Pearl. HEX triplet: 12, 1C and 20. RGB value is (18,28,32). Sum of RGB (Red+Green+Blue) = 18+28+32=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 28 (11.33% from 255 or 35.90% from 78); Blue value is 32 (12.89% from 255 or 41.03% from 78); Max value from RGB is 32 - color contains mainly: blue. Hex color #121C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C20 is #EDE3DF. Grayscale: #191919. Windows color (decimal): -15590368 or 2104338. OLE color: 2104338.

HSL color Cylindrical-coordinate representation of color #121C20: hue angle of 197.14º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #121C20 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB182832-
CMYK0.440.1200.87
HSL197.14º28%9.8%-
HSV(B)197.14º43.75%12.55%-
XYZ0.931.061.52-
YUV25.47131.69122.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.08%
GREEN value IS 28 (11.33% from 255) = 35.90%
BLUE value IS 32 (12.89% from 255) = 41.03%
R=23.08%
G=35.90%
B=41.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1828320.440.1200.87197.14289.8
Hex121C202CC057c51ca
Octal223440541401273053412
Binary100101110010000010110011000101011111000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121C20; }

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

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

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

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

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

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

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

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