#122021

Color #122021 Swamp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Swamp #122021

Tints of Swamp #122021

Color information

#122021 (or 0x122021) is unknown color: approx Swamp. HEX triplet: 12, 20 and 21. RGB value is (18,32,33). Sum of RGB (Red+Green+Blue) = 18+32+33=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 32 (12.89% from 255 or 38.55% from 83); Blue value is 33 (13.28% from 255 or 39.76% from 83); Max value from RGB is 33 - color contains mainly: blue. Hex color #122021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122021 is #EDDFDE. Grayscale: #1B1B1B. Windows color (decimal): -15589343 or 2170898. OLE color: 2170898.

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

Color convert

RGB183233-
CMYK0.450.0300.87
HSL184º29.41%10%-
HSV(B)184º45.45%12.94%-
XYZ1.041.271.63-
YUV27.93130.86120.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.69%
GREEN value IS 32 (12.89% from 255) = 38.55%
BLUE value IS 33 (13.28% from 255) = 39.76%
R=21.69%
G=38.55%
B=39.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1832330.450.0300.8718429.4110
Hex1220212D3057b81da
Octal22404155301272703512
Binary10010100000100001101101110101011110111000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122021; }

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

 H1.HeaderClassName
 {
   color: #122021;
 }
 .AnyTagClassName
 {
   color: #122021;
 }
</style>
background-color css

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

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

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

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

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

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