Html Css Color HEX #132020 Swamp

📋 copy color: '#132020'

red 19 ◦ green 32 ◦ blue 32

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

Shades of Swamp #132020

Tints of Swamp #132020

RGB

 RED value IS 19 (7.81% from 255) = 22.89%

 GREEN value IS 32 (12.89% from 255) = 38.55%

 BLUE value IS 32 (12.89% from 255) = 38.55%

R = 22.89%
G = 38.55%
B = 38.55%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#132020 (or 0x132020) is known color: Swamp. HEX triplet: 13, 20 and 20. RGB value is (19,32,32). Sum of RGB (Red+Green+Blue) = 19+32+32=83 (10% of max value = 765). Red value is 19 (7.81% from 255 or 22.89% from 83); Green value is 32 (12.89% from 255 or 38.55% from 83); Blue value is 32 (12.89% from 255 or 38.55% from 83); Max value from RGB is 32 - color contains mainly: green, blue. Hex color #132020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132020 is #ECDFDF. Grayscale: #1C1C1C. Windows color (decimal): -15523808 or 2105363. OLE color: 2105363.

HSL color Cylindrical-coordinate representation of color #132020: hue angle of 180º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #132020 is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 32 32 -
CMYK 0.41 0 0 0.87
HSL 180º 0.25% 0.1% -
HSV(B) 180º 0.41% 0.13% -
XYZ 1.05 1.28 1.56 -
YUV 28.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 19 32 32 0.41 0 0 0.87 180 0.25 0.1
Hex 13 20 20 29 0 0 57 B4 19 A
Octal 23 40 40 51 0 0 127 264 31 12
Binary 10011 100000 100000 101001 0 0 1010111 10110100 11001 1010

Color Harmonies of #132020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132020

Black with #132020

Text Example


Text Example

White with #132020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132020; }

 p { color: rgb(19,32,32); }

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

background-color css

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

 a { background-color: rgb(19,32,32); }

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

border-color css

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

 span { border-color: rgb(19,32,32); }

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