#141C1C

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

Shades of Swamp #141C1C

Tints of Swamp #141C1C

Color information

#141C1C (or 0x141C1C) is unknown color: approx Swamp. HEX triplet: 14, 1C and 1C. RGB value is (20,28,28). Sum of RGB (Red+Green+Blue) = 20+28+28=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 28 (11.33% from 255 or 36.84% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 28 - color contains mainly: green, blue. Hex color #141C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C1C is #EBE3E3. Grayscale: #191919. Windows color (decimal): -15459300 or 1842196. OLE color: 1842196.

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

Color convert

RGB202828-
CMYK0.29000.89
HSL180º16.67%9.41%-
HSV(B)180º28.57%10.98%-
XYZ0.911.061.26-
YUV25.61129.35124-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.32%
GREEN value IS 28 (11.33% from 255) = 36.84%
BLUE value IS 28 (11.33% from 255) = 36.84%
R=26.32%
G=36.84%
B=36.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2028280.29000.8918016.679.41
Hex141C1C1D0059b4119
Octal24343435001312642111
Binary1010011100111001110100101100110110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141C1C; }

 p { color: rgb(20,28,28); }

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

<style>
 a { background-color: #141C1C; }

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

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

<style>
 span { border-color: #141C1C; }

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

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