#141919

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

Shades of Swamp #141919

Tints of Swamp #141919

Color information

#141919 (or 0x141919) is unknown color: approx Swamp. HEX triplet: 14, 19 and 19. RGB value is (20,25,25). Sum of RGB (Red+Green+Blue) = 20+25+25=70 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.57% from 70); Green value is 25 (10.16% from 255 or 35.71% from 70); Blue value is 25 (10.16% from 255 or 35.71% from 70); Max value from RGB is 25 - color contains mainly: green, blue. Hex color #141919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141919 is #EBE6E6. Grayscale: #171717. Windows color (decimal): -15460071 or 1644820. OLE color: 1644820.

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

Color convert

RGB202525-
CMYK0.20000.90
HSL180º11.11%8.82%-
HSV(B)180º20%9.8%-
XYZ0.810.911.05-
YUV23.5128.84125.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 28.57%
GREEN value IS 25 (10.16% from 255) = 35.71%
BLUE value IS 25 (10.16% from 255) = 35.71%
R=28.57%
G=35.71%
B=35.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2025250.20000.9018011.118.82
Hex14191914005Ab4b9
Octal24313124001322641311
Binary101001100111001101000010110101011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141919; }

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

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

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

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

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

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

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

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