Html Css Color HEX #112020 Swamp

📋 copy color: '#112020'

red 17 ◦ green 32 ◦ blue 32

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

Shades of Swamp #112020

Tints of Swamp #112020

RGB

 RED value IS 17 (7.03% from 255) = 20.99%

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

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

R = 20.99%
G = 39.51%
B = 39.51%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#112020 (or 0x112020) is known color: Swamp. HEX triplet: 11, 20 and 20. RGB value is (17,32,32). Sum of RGB (Red+Green+Blue) = 17+32+32=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 32 (12.89% from 255 or 39.51% from 81); Blue value is 32 (12.89% from 255 or 39.51% from 81); Max value from RGB is 32 - color contains mainly: green, blue. Hex color #112020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112020 is #EEDFDF. Grayscale: #1B1B1B. Windows color (decimal): -15654880 or 2105361. OLE color: 2105361.

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

Color convert

RGB 17 32 32 -
CMYK 0.47 0 0 0.87
HSL 180º 0.31% 0.1% -
HSV(B) 180º 0.47% 0.13% -
XYZ 1.01 1.26 1.56 -
YUV 27.52 130.53 120.5 -
System Red Green Blue C M Y K H S L
Decimal 17 32 32 0.47 0 0 0.87 180 0.31 0.1
Hex 11 20 20 2F 0 0 57 B4 1F A
Octal 21 40 40 57 0 0 127 264 37 12
Binary 10001 100000 100000 101111 0 0 1010111 10110100 11111 1010

Color Harmonies of #112020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112020

Black with #112020

Text Example


Text Example

White with #112020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112020; }

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

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

background-color css

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

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

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

border-color css

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

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

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