#142223

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

Shades of Swamp #142223

Tints of Swamp #142223

Color information

#142223 (or 0x142223) is unknown color: approx Swamp. HEX triplet: 14, 22 and 23. RGB value is (20,34,35). Sum of RGB (Red+Green+Blue) = 20+34+35=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 35 (14.06% from 255 or 39.33% from 89); Max value from RGB is 35 - color contains mainly: blue. Hex color #142223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142223 is #EBDDDC. Grayscale: #1D1D1D. Windows color (decimal): -15457757 or 2302484. OLE color: 2302484.

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

Color convert

RGB203435-
CMYK0.430.0300.86
HSL184º27.27%10.78%-
HSV(B)184º42.86%13.73%-
XYZ1.161.411.8-
YUV29.93130.86120.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 22.47%
GREEN value IS 34 (13.67% from 255) = 38.20%
BLUE value IS 35 (14.06% from 255) = 39.33%
R=22.47%
G=38.20%
B=39.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2034350.430.0300.8618427.2710.78
Hex1422232B3056b81bb
Octal24424353301262703313
Binary10100100010100011101011110101011010111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142223; }

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

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

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

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

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

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

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

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