#212829

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

Shades of Swamp #212829

Tints of Swamp #212829

Color information

#212829 (or 0x212829) is unknown color: approx Swamp. HEX triplet: 21, 28 and 29. RGB value is (33,40,41). Sum of RGB (Red+Green+Blue) = 33+40+41=114 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.95% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 41 - color contains mainly: blue. Hex color #212829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212829 is #DED7D6. Grayscale: #262626. Windows color (decimal): -14604247 or 2697249. OLE color: 2697249.

HSL color Cylindrical-coordinate representation of color #212829: hue angle of 187.5º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #212829 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB334041-
CMYK0.200.0200.84
HSL187.5º10.81%14.51%-
HSV(B)187.5º19.51%16.08%-
XYZ1.7922.39-
YUV38.02129.68124.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.95%
GREEN value IS 40 (16.02% from 255) = 35.09%
BLUE value IS 41 (16.41% from 255) = 35.96%
R=28.95%
G=35.09%
B=35.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3340410.200.0200.84187.510.8114.51
Hex212829142054bbbf
Octal41505124201242731317
Binary1000011010001010011010010010101001011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212829; }

 p { color: rgb(33,40,41); }

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

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

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

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

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

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

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