Html Css Color HEX #213133 Swamp

📋 copy color: '#213133'

red 33 ◦ green 49 ◦ blue 51

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

Shades of Swamp #213133

Tints of Swamp #213133

RGB

 RED value IS 33 (13.28% from 255) = 24.81%

 GREEN value IS 49 (19.53% from 255) = 36.84%

 BLUE value IS 51 (20.31% from 255) = 38.35%

R = 24.81%
G = 36.84%
B = 38.35%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#213133 (or 0x213133) is known color: Swamp. HEX triplet: 21, 31 and 33. RGB value is (33,49,51). Sum of RGB (Red+Green+Blue) = 33+49+51=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 51 (20.31% from 255 or 38.35% from 133); Max value from RGB is 51 - color contains mainly: blue. Hex color #213133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213133 is #DECECC. Grayscale: #2C2C2C. Windows color (decimal): -14601933 or 3354913. OLE color: 3354913.

HSL color Cylindrical-coordinate representation of color #213133: hue angle of 186.67º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #213133 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 33 49 51 -
CMYK 0.35 0.04 0 0.8
HSL 186.67º 0.21% 0.16% -
HSV(B) 186.67º 0.35% 0.2% -
XYZ 2.32 2.76 3.54 -
YUV 44.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 33 49 51 0.35 0.04 0 0.8 186.67 0.21 0.16
Hex 21 31 33 23 4 0 50 BB 15 10
Octal 41 61 63 43 4 0 120 273 25 20
Binary 100001 110001 110011 100011 100 0 1010000 10111011 10101 10000

Color Harmonies of #213133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213133

Black with #213133

Text Example


Text Example

White with #213133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213133; }

 p { color: rgb(33,49,51); }

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

background-color css

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

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

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

border-color css

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

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

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