#121414

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

Shades of Swamp #121414

Tints of Swamp #121414

Color information

#121414 (or 0x121414) is unknown color: approx Swamp. HEX triplet: 12, 14 and 14. RGB value is (18,20,20). Sum of RGB (Red+Green+Blue) = 18+20+20=58 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.03% from 58); Green value is 20 (8.20% from 255 or 34.48% from 58); Blue value is 20 (8.20% from 255 or 34.48% from 58); Max value from RGB is 20 - color contains mainly: green, blue. Hex color #121414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121414 is #EDEBEB. Grayscale: #131313. Windows color (decimal): -15592428 or 1315858. OLE color: 1315858.

HSL color Cylindrical-coordinate representation of color #121414: hue angle of 180º degrees, saturation: 0.05, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #121414 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB182020-
CMYK0.10000.92
HSL180º5.26%7.45%-
HSV(B)180º10%7.84%-
XYZ0.630.680.76-
YUV19.4128.34127-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 31.03%
GREEN value IS 20 (8.20% from 255) = 34.48%
BLUE value IS 20 (8.20% from 255) = 34.48%
R=31.03%
G=34.48%
B=34.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1820200.10000.921805.267.45
Hex121414A005Cb457
Octal222424120013426457
Binary100101010010100101000101110010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121414; }

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

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

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

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

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

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

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

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