Html Css Color HEX #212829 Swamp

📋 copy color: '#212829'

red 33 ◦ green 40 ◦ blue 41

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

Shades of Swamp #212829

Tints of Swamp #212829

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 value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#212829 (or 0x212829) is known color: 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

RGB 33 40 41 -
CMYK 0.20 0.02 0 0.84
HSL 187.5º 0.11% 0.15% -
HSV(B) 187.5º 0.2% 0.16% -
XYZ 1.79 2 2.39 -
YUV 38.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 33 40 41 0.20 0.02 0 0.84 187.5 0.11 0.15
Hex 21 28 29 14 2 0 54 BC B F
Octal 41 50 51 24 2 0 124 274 13 17
Binary 100001 101000 101001 10100 10 0 1010100 10111100 1011 1111

Color Harmonies of #212829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212829

Black with #212829

Text Example


Text Example

White with #212829

Text Example


Text Example

HTML Codes & Css Web 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>