#121D1D

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

Shades of Swamp #121D1D

Tints of Swamp #121D1D

Color information

#121D1D (or 0x121D1D) is unknown color: approx Swamp. HEX triplet: 12, 1D and 1D. RGB value is (18,29,29). Sum of RGB (Red+Green+Blue) = 18+29+29=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 29 (11.72% from 255 or 38.16% from 76); Blue value is 29 (11.72% from 255 or 38.16% from 76); Max value from RGB is 29 - color contains mainly: green, blue. Hex color #121D1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D1D is #EDE2E2. Grayscale: #191919. Windows color (decimal): -15590115 or 1907986. OLE color: 1907986.

HSL color Cylindrical-coordinate representation of color #121D1D: hue angle of 180º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #121D1D is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB182929-
CMYK0.38000.89
HSL180º23.4%9.22%-
HSV(B)180º37.93%11.37%-
XYZ0.911.11.33-
YUV25.71129.86122.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.68%
GREEN value IS 29 (11.72% from 255) = 38.16%
BLUE value IS 29 (11.72% from 255) = 38.16%
R=23.68%
G=38.16%
B=38.16%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1829290.38000.8918023.49.22
Hex121D1D260059b4179
Octal22353546001312642711
Binary10010111011110110011000101100110110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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