#122121

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

Shades of Swamp #122121

Tints of Swamp #122121

Color information

#122121 (or 0x122121) is unknown color: approx Swamp. HEX triplet: 12, 21 and 21. RGB value is (18,33,33). Sum of RGB (Red+Green+Blue) = 18+33+33=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 33 (13.28% from 255 or 39.29% from 84); Blue value is 33 (13.28% from 255 or 39.29% from 84); Max value from RGB is 33 - color contains mainly: green, blue. Hex color #122121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122121 is #EDDEDE. Grayscale: #1C1C1C. Windows color (decimal): -15589087 or 2171154. OLE color: 2171154.

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

Color convert

RGB183333-
CMYK0.45000.87
HSL180º29.41%10%-
HSV(B)180º45.45%12.94%-
XYZ1.071.331.64-
YUV28.52130.53120.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.43%
GREEN value IS 33 (13.28% from 255) = 39.29%
BLUE value IS 33 (13.28% from 255) = 39.29%
R=21.43%
G=39.29%
B=39.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1833330.45000.8718029.4110
Hex1221212D0057b41da
Octal22414155001272643512
Binary1001010000110000110110100101011110110100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122121; }

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

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

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

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

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

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

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

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