Html Css Color HEX #142729 Swamp

📋 copy color: '#142729'

red 20 ◦ green 39 ◦ blue 41

#142729
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Swamp #142729

Tints of Swamp #142729

RGB

 RED value IS 20 (8.2% from 255) = 20%

 GREEN value IS 39 (15.63% from 255) = 39%

 BLUE value IS 41 (16.41% from 255) = 41%

R = 20%
G = 39%
B = 41%

CMYK

 C value IS 0.51

 M value IS 0.05

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#142729 (or 0x142729) is known color: Swamp. HEX triplet: 14, 27 and 29. RGB value is (20,39,41). Sum of RGB (Red+Green+Blue) = 20+39+41=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 39 (15.62% from 255 or 39% from 100); Blue value is 41 (16.41% from 255 or 41% from 100); Max value from RGB is 41 - color contains mainly: blue. Hex color #142729 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142729 is #EBD8D6. Grayscale: #212121. Windows color (decimal): -15456471 or 2696980. OLE color: 2696980.

HSL color Cylindrical-coordinate representation of color #142729: hue angle of 185.71º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #142729 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 20 39 41 -
CMYK 0.51 0.05 0 0.84
HSL 185.71º 0.34% 0.12% -
HSV(B) 185.71º 0.51% 0.16% -
XYZ 1.41 1.76 2.36 -
YUV 33.55 132.21 118.34 -
System Red Green Blue C M Y K H S L
Decimal 20 39 41 0.51 0.05 0 0.84 185.71 0.34 0.12
Hex 14 27 29 33 5 0 54 BA 22 C
Octal 24 47 51 63 5 0 124 272 42 14
Binary 10100 100111 101001 110011 101 0 1010100 10111010 100010 1100

Color Harmonies of #142729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142729

Black with #142729

Text Example


Text Example

White with #142729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142729; }

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

 H1.HeaderClassName
 {
   color: #142729;
 }
 .AnyTagClassName
 {
   color: #142729;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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