#142324

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

Shades of Swamp #142324

Tints of Swamp #142324

Color information

#142324 (or 0x142324) is unknown color: approx Swamp. HEX triplet: 14, 23 and 24. RGB value is (20,35,36). Sum of RGB (Red+Green+Blue) = 20+35+36=91 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.98% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 36 (14.45% from 255 or 39.56% from 91); Max value from RGB is 36 - color contains mainly: blue. Hex color #142324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142324 is #EBDCDB. Grayscale: #1E1E1E. Windows color (decimal): -15457500 or 2368276. OLE color: 2368276.

HSL color Cylindrical-coordinate representation of color #142324: hue angle of 183.75º degrees, saturation: 0.29, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #142324 is Cyan = 0.44, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB203536-
CMYK0.440.0300.86
HSL183.75º28.57%10.98%-
HSV(B)183.75º44.44%14.12%-
XYZ1.211.481.89-
YUV30.63131.03120.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.98%
GREEN value IS 35 (14.06% from 255) = 38.46%
BLUE value IS 36 (14.45% from 255) = 39.56%
R=21.98%
G=38.46%
B=39.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2035360.440.0300.86183.7528.5710.98
Hex1423242C3056b81db
Octal24434454301262703513
Binary10100100011100100101100110101011010111000111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142324; }

 p { color: rgb(20,35,36); }

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

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

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

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

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

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

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