Html Css Color HEX #132120 Swamp

📋 copy color: '#132120'

red 19 ◦ green 33 ◦ blue 32

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

Shades of Swamp #132120

Tints of Swamp #132120

RGB

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

 GREEN value IS 33 (13.28% from 255) = 39.29%

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

R = 22.62%
G = 39.29%
B = 38.1%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#132120 (or 0x132120) is known color: Swamp. HEX triplet: 13, 21 and 20. RGB value is (19,33,32). Sum of RGB (Red+Green+Blue) = 19+33+32=84 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.62% from 84); Green value is 33 (13.28% from 255 or 39.29% from 84); Blue value is 32 (12.89% from 255 or 38.10% from 84); Max value from RGB is 33 - color contains mainly: green. Hex color #132120 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132120 is #ECDEDF. Grayscale: #1C1C1C. Windows color (decimal): -15523552 or 2105619. OLE color: 2105619.

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

Color convert

RGB 19 33 32 -
CMYK 0.42 0 0.03 0.87
HSL 175.71º 0.27% 0.1% -
HSV(B) 175.71º 0.42% 0.13% -
XYZ 1.07 1.33 1.57 -
YUV 28.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 19 33 32 0.42 0 0.03 0.87 175.71 0.27 0.1
Hex 13 21 20 2A 0 3 57 B0 1B A
Octal 23 41 40 52 0 3 127 260 33 12
Binary 10011 100001 100000 101010 0 11 1010111 10110000 11011 1010

Color Harmonies of #132120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132120

Black with #132120

Text Example


Text Example

White with #132120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132120; }

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

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

background-color css

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

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

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

border-color css

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

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

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