#14292C

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

Shades of Swamp #14292C

Tints of Swamp #14292C

Color information

#14292C (or 0x14292C) is unknown color: approx Swamp. HEX triplet: 14, 29 and 2C. RGB value is (20,41,44). Sum of RGB (Red+Green+Blue) = 20+41+44=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 41 (16.41% from 255 or 39.05% from 105); Blue value is 44 (17.58% from 255 or 41.90% from 105); Max value from RGB is 44 - color contains mainly: blue. Hex color #14292C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14292C is #EBD6D3. Grayscale: #232323. Windows color (decimal): -15455956 or 2894100. OLE color: 2894100.

HSL color Cylindrical-coordinate representation of color #14292C: hue angle of 187.5º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #14292C is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB204144-
CMYK0.550.0700.83
HSL187.5º37.5%12.55%-
HSV(B)187.5º54.55%17.25%-
XYZ1.541.922.67-
YUV35.06133.04117.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.05%
GREEN value IS 41 (16.41% from 255) = 39.05%
BLUE value IS 44 (17.58% from 255) = 41.90%
R=19.05%
G=39.05%
B=41.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2041440.550.0700.83187.537.512.55
Hex14292C377053bc25d
Octal24515467701232744515
Binary1010010100110110011011111101010011101111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14292C; }

 p { color: rgb(20,41,44); }

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

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

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

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

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

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

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