Html Css Color HEX #122221 Swamp

📋 copy color: '#122221'

red 18 ◦ green 34 ◦ blue 33

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

Shades of Swamp #122221

Tints of Swamp #122221

RGB

 RED value IS 18 (7.42% from 255) = 21.18%

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

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

R = 21.18%
G = 40%
B = 38.82%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#122221 (or 0x122221) is known color: Swamp. HEX triplet: 12, 22 and 21. RGB value is (18,34,33). Sum of RGB (Red+Green+Blue) = 18+34+33=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 34 (13.67% from 255 or 40% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 34 - color contains mainly: green. Hex color #122221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122221 is #EDDDDE. Grayscale: #1D1D1D. Windows color (decimal): -15588831 or 2171410. OLE color: 2171410.

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

Color convert

RGB 18 34 33 -
CMYK 0.47 0 0.03 0.87
HSL 176.25º 0.31% 0.1% -
HSV(B) 176.25º 0.47% 0.13% -
XYZ 1.1 1.38 1.65 -
YUV 29.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 18 34 33 0.47 0 0.03 0.87 176.25 0.31 0.1
Hex 12 22 21 2F 0 3 57 B0 1F A
Octal 22 42 41 57 0 3 127 260 37 12
Binary 10010 100010 100001 101111 0 11 1010111 10110000 11111 1010

Color Harmonies of #122221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122221

Black with #122221

Text Example


Text Example

White with #122221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122221; }

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

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

background-color css

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

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

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

border-color css

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

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

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