#142727

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

Shades of Swamp #142727

Tints of Swamp #142727

Color information

#142727 (or 0x142727) is unknown color: approx Swamp. HEX triplet: 14, 27 and 27. RGB value is (20,39,39). Sum of RGB (Red+Green+Blue) = 20+39+39=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 39 (15.62% from 255 or 39.80% from 98); Blue value is 39 (15.62% from 255 or 39.80% from 98); Max value from RGB is 39 - color contains mainly: green, blue. Hex color #142727 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142727 is #EBD8D8. Grayscale: #212121. Windows color (decimal): -15456473 or 2565908. OLE color: 2565908.

HSL color Cylindrical-coordinate representation of color #142727: hue angle of 180º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #142727 is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB203939-
CMYK0.49000.85
HSL180º32.2%11.57%-
HSV(B)180º48.72%15.29%-
XYZ1.381.752.18-
YUV33.32131.21118.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.41%
GREEN value IS 39 (15.62% from 255) = 39.80%
BLUE value IS 39 (15.62% from 255) = 39.80%
R=20.41%
G=39.80%
B=39.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2039390.49000.8518032.211.57
Hex142727310055b420c
Octal24474761001252644014
Binary10100100111100111110001001010101101101001000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142727; }

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

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

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

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

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

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

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

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