Html Css Color HEX #142727 Swamp

📋 copy color: '#142727'

red 20 ◦ green 39 ◦ blue 39

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

Shades of Swamp #142727

Tints of Swamp #142727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 39.8%

R = 20.41%
G = 39.8%
B = 39.8%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#142727 (or 0x142727) is known color: 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

RGB 20 39 39 -
CMYK 0.49 0 0 0.85
HSL 180º 0.32% 0.12% -
HSV(B) 180º 0.49% 0.15% -
XYZ 1.38 1.75 2.18 -
YUV 33.32 131.21 118.5 -
System Red Green Blue C M Y K H S L
Decimal 20 39 39 0.49 0 0 0.85 180 0.32 0.12
Hex 14 27 27 31 0 0 55 B4 20 C
Octal 24 47 47 61 0 0 125 264 40 14
Binary 10100 100111 100111 110001 0 0 1010101 10110100 100000 1100

Color Harmonies of #142727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142727

Black with #142727

Text Example


Text Example

White with #142727

Text Example


Text Example

HTML Codes & Css Web 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>