#121F1F

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

Shades of Swamp #121F1F

Tints of Swamp #121F1F

Color information

#121F1F (or 0x121F1F) is unknown color: approx Swamp. HEX triplet: 12, 1F and 1F. RGB value is (18,31,31). Sum of RGB (Red+Green+Blue) = 18+31+31=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 31 (12.5% from 255 or 38.75% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 31 - color contains mainly: green, blue. Hex color #121F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F1F is #EDE0E0. Grayscale: #1B1B1B. Windows color (decimal): -15589601 or 2039570. OLE color: 2039570.

HSL color Cylindrical-coordinate representation of color #121F1F: hue angle of 180º 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 #121F1F is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB183131-
CMYK0.42000.88
HSL180º26.53%9.61%-
HSV(B)180º41.94%12.16%-
XYZ0.991.211.48-
YUV27.11130.19121.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.5%
GREEN value IS 31 (12.5% from 255) = 38.75%
BLUE value IS 31 (12.5% from 255) = 38.75%
R=22.5%
G=38.75%
B=38.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1831310.42000.8818026.539.61
Hex121F1F2A0058b41ba
Octal22373752001302643312
Binary10010111111111110101000101100010110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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