Html Css Color HEX #142728 Swamp

📋 copy color: '#142728'

red 20 ◦ green 39 ◦ blue 40

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

Shades of Swamp #142728

Tints of Swamp #142728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 40.4%

R = 20.2%
G = 39.39%
B = 40.4%

CMYK

 C value IS 0.5

 M value IS 0.02

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#142728 (or 0x142728) is known color: Swamp. HEX triplet: 14, 27 and 28. RGB value is (20,39,40). Sum of RGB (Red+Green+Blue) = 20+39+40=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 39 (15.62% from 255 or 39.39% from 99); Blue value is 40 (16.02% from 255 or 40.40% from 99); Max value from RGB is 40 - color contains mainly: blue. Hex color #142728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142728 is #EBD8D7. Grayscale: #212121. Windows color (decimal): -15456472 or 2631444. OLE color: 2631444.

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

Color convert

RGB 20 39 40 -
CMYK 0.5 0.02 0 0.84
HSL 183º 0.33% 0.12% -
HSV(B) 183º 0.5% 0.16% -
XYZ 1.4 1.75 2.27 -
YUV 33.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 20 39 40 0.5 0.02 0 0.84 183 0.33 0.12
Hex 14 27 28 32 2 0 54 B7 21 C
Octal 24 47 50 62 2 0 124 267 41 14
Binary 10100 100111 101000 110010 10 0 1010100 10110111 100001 1100

Color Harmonies of #142728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142728

Black with #142728

Text Example


Text Example

White with #142728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142728; }

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

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

background-color css

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

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

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

border-color css

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

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

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