Html Css Color HEX #112222 Swamp

📋 copy color: '#112222'

red 17 ◦ green 34 ◦ blue 34

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

Shades of Swamp #112222

Tints of Swamp #112222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 40%

R = 20%
G = 40%
B = 40%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#112222 (or 0x112222) is known color: Swamp. HEX triplet: 11, 22 and 22. RGB value is (17,34,34). Sum of RGB (Red+Green+Blue) = 17+34+34=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 34 (13.67% from 255 or 40% from 85); Blue value is 34 (13.67% from 255 or 40% from 85); Max value from RGB is 34 - color contains mainly: green, blue. Hex color #112222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112222 is #EEDDDD. Grayscale: #1C1C1C. Windows color (decimal): -15654366 or 2236945. OLE color: 2236945.

HSL color Cylindrical-coordinate representation of color #112222: hue angle of 180º 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 #112222 is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 34 34 -
CMYK 0.50 0 0 0.87
HSL 180º 0.33% 0.1% -
HSV(B) 180º 0.5% 0.13% -
XYZ 1.09 1.38 1.72 -
YUV 28.92 130.87 119.5 -
System Red Green Blue C M Y K H S L
Decimal 17 34 34 0.50 0 0 0.87 180 0.33 0.1
Hex 11 22 22 32 0 0 57 B4 21 A
Octal 21 42 42 62 0 0 127 264 41 12
Binary 10001 100010 100010 110010 0 0 1010111 10110100 100001 1010

Color Harmonies of #112222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112222

Black with #112222

Text Example


Text Example

White with #112222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112222; }

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

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

background-color css

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

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

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

border-color css

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

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

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