#142121

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

Shades of Swamp #142121

Tints of Swamp #142121

Color information

#142121 (or 0x142121) is unknown color: approx Swamp. HEX triplet: 14, 21 and 21. RGB value is (20,33,33). Sum of RGB (Red+Green+Blue) = 20+33+33=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 33 (13.28% from 255 or 38.37% from 86); Blue value is 33 (13.28% from 255 or 38.37% from 86); Max value from RGB is 33 - color contains mainly: green, blue. Hex color #142121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142121 is #EBDEDE. Grayscale: #1D1D1D. Windows color (decimal): -15458015 or 2171156. OLE color: 2171156.

HSL color Cylindrical-coordinate representation of color #142121: hue angle of 180º 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 #142121 is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB203333-
CMYK0.39000.87
HSL180º24.53%10.39%-
HSV(B)180º39.39%12.94%-
XYZ1.111.351.64-
YUV29.11130.19121.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.26%
GREEN value IS 33 (13.28% from 255) = 38.37%
BLUE value IS 33 (13.28% from 255) = 38.37%
R=23.26%
G=38.37%
B=38.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2033330.39000.8718024.5310.39
Hex142121270057b419a
Octal24414147001272643112
Binary1010010000110000110011100101011110110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142121; }

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

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

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

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

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

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

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

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