Html Css Color HEX #112221 Swamp

📋 copy color: '#112221'

red 17 ◦ green 34 ◦ blue 33

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

Shades of Swamp #112221

Tints of Swamp #112221

RGB

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

 GREEN value IS 34 (13.67% from 255) = 40.48%

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

R = 20.24%
G = 40.48%
B = 39.29%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#112221 (or 0x112221) is known color: Swamp. HEX triplet: 11, 22 and 21. RGB value is (17,34,33). Sum of RGB (Red+Green+Blue) = 17+34+33=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 34 (13.67% from 255 or 40.48% from 84); Blue value is 33 (13.28% from 255 or 39.29% from 84); Max value from RGB is 34 - color contains mainly: green. Hex color #112221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112221 is #EEDDDE. Grayscale: #1C1C1C. Windows color (decimal): -15654367 or 2171409. OLE color: 2171409.

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

Color convert

RGB 17 34 33 -
CMYK 0.50 0 0.03 0.87
HSL 176.47º 0.33% 0.1% -
HSV(B) 176.47º 0.5% 0.13% -
XYZ 1.08 1.37 1.65 -
YUV 28.8 130.37 119.58 -
System Red Green Blue C M Y K H S L
Decimal 17 34 33 0.50 0 0.03 0.87 176.47 0.33 0.1
Hex 11 22 21 32 0 3 57 B0 21 A
Octal 21 42 41 62 0 3 127 260 41 12
Binary 10001 100010 100001 110010 0 11 1010111 10110000 100001 1010

Color Harmonies of #112221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112221

Black with #112221

Text Example


Text Example

White with #112221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112221; }

 p { color: rgb(17,34,33); }

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

background-color css

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

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

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

border-color css

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

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

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