#142021

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

Shades of Swamp #142021

Tints of Swamp #142021

Color information

#142021 (or 0x142021) is unknown color: approx Swamp. HEX triplet: 14, 20 and 21. RGB value is (20,32,33). Sum of RGB (Red+Green+Blue) = 20+32+33=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 33 - color contains mainly: blue. Hex color #142021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142021 is #EBDFDE. Grayscale: #1C1C1C. Windows color (decimal): -15458271 or 2170900. OLE color: 2170900.

HSL color Cylindrical-coordinate representation of color #142021: hue angle of 184.62º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #142021 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB203233-
CMYK0.390.0300.87
HSL184.62º24.53%10.39%-
HSV(B)184.62º39.39%12.94%-
XYZ1.081.291.63-
YUV28.53130.52121.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.53%
GREEN value IS 32 (12.89% from 255) = 37.65%
BLUE value IS 33 (13.28% from 255) = 38.82%
R=23.53%
G=37.65%
B=38.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2032330.390.0300.87184.6224.5310.39
Hex142021273057b919a
Octal24404147301272713112
Binary10100100000100001100111110101011110111001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142021; }

 p { color: rgb(20,32,33); }

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

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

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

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

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

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

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