#121E1F

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

Shades of Swamp #121E1F

Tints of Swamp #121E1F

Color information

#121E1F (or 0x121E1F) is unknown color: approx Swamp. HEX triplet: 12, 1E and 1F. RGB value is (18,30,31). Sum of RGB (Red+Green+Blue) = 18+30+31=79 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.78% from 79); Green value is 30 (12.11% from 255 or 37.97% from 79); Blue value is 31 (12.5% from 255 or 39.24% from 79); Max value from RGB is 31 - color contains mainly: blue. Hex color #121E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E1F is #EDE1E0. Grayscale: #1A1A1A. Windows color (decimal): -15589857 or 2039314. OLE color: 2039314.

HSL color Cylindrical-coordinate representation of color #121E1F: hue angle of 184.62º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #121E1F is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB183031-
CMYK0.420.0300.88
HSL184.62º26.53%9.61%-
HSV(B)184.62º41.94%12.16%-
XYZ0.961.161.47-
YUV26.53130.52121.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.78%
GREEN value IS 30 (12.11% from 255) = 37.97%
BLUE value IS 31 (12.5% from 255) = 39.24%
R=22.78%
G=37.97%
B=39.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1830310.420.0300.88184.6226.539.61
Hex121E1F2A3058b91ba
Octal22363752301302713312
Binary100101111011111101010110101100010111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,30,31); }

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

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

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

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

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

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

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