#141F1F

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

Shades of Swamp #141F1F

Tints of Swamp #141F1F

Color information

#141F1F (or 0x141F1F) is unknown color: approx Swamp. HEX triplet: 14, 1F and 1F. RGB value is (20,31,31). Sum of RGB (Red+Green+Blue) = 20+31+31=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 31 (12.5% from 255 or 37.80% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 31 - color contains mainly: green, blue. Hex color #141F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F1F is #EBE0E0. Grayscale: #1B1B1B. Windows color (decimal): -15458529 or 2039572. OLE color: 2039572.

HSL color Cylindrical-coordinate representation of color #141F1F: hue angle of 180º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #141F1F is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB203131-
CMYK0.35000.88
HSL180º21.57%10%-
HSV(B)180º35.48%12.16%-
XYZ1.031.231.48-
YUV27.71129.86122.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 24.39%
GREEN value IS 31 (12.5% from 255) = 37.80%
BLUE value IS 31 (12.5% from 255) = 37.80%
R=24.39%
G=37.80%
B=37.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2031310.35000.8818021.5710
Hex141F1F230058b416a
Octal24373743001302642612
Binary10100111111111110001100101100010110100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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