#14292B

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

Shades of Swamp #14292B

Tints of Swamp #14292B

Color information

#14292B (or 0x14292B) is unknown color: approx Swamp. HEX triplet: 14, 29 and 2B. RGB value is (20,41,43). Sum of RGB (Red+Green+Blue) = 20+41+43=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 41 (16.41% from 255 or 39.42% from 104); Blue value is 43 (17.19% from 255 or 41.35% from 104); Max value from RGB is 43 - color contains mainly: blue. Hex color #14292B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14292B is #EBD6D4. Grayscale: #222222. Windows color (decimal): -15455957 or 2828564. OLE color: 2828564.

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

Color convert

RGB204143-
CMYK0.530.0500.83
HSL185.22º36.51%12.35%-
HSV(B)185.22º53.49%16.86%-
XYZ1.521.912.57-
YUV34.95132.54117.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.23%
GREEN value IS 41 (16.41% from 255) = 39.42%
BLUE value IS 43 (17.19% from 255) = 41.35%
R=19.23%
G=39.42%
B=41.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2041430.530.0500.83185.2236.5112.35
Hex14292B355053b925c
Octal24515365501232714514
Binary1010010100110101111010110101010011101110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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