Html Css Color HEX #213837 Swamp

📋 copy color: '#213837'

red 33 ◦ green 56 ◦ blue 55

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

Shades of Swamp #213837

Tints of Swamp #213837

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.89%

 BLUE value IS 55 (21.88% from 255) = 38.19%

R = 22.92%
G = 38.89%
B = 38.19%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.02

 K value IS 0.78

RGB Variations

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

Color information

#213837 (or 0x213837) is known color: Swamp. HEX triplet: 21, 38 and 37. RGB value is (33,56,55). Sum of RGB (Red+Green+Blue) = 33+56+55=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 56 (22.27% from 255 or 38.89% from 144); Blue value is 55 (21.88% from 255 or 38.19% from 144); Max value from RGB is 56 - color contains mainly: green. Hex color #213837 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213837 is #DEC7C8. Grayscale: #303030. Windows color (decimal): -14600137 or 3618849. OLE color: 3618849.

HSL color Cylindrical-coordinate representation of color #213837: hue angle of 177.39º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #213837 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 56 55 -
CMYK 0.41 0 0.02 0.78
HSL 177.39º 0.26% 0.17% -
HSV(B) 177.39º 0.41% 0.22% -
XYZ 2.73 3.43 4.13 -
YUV 49.01 131.38 116.58 -
System Red Green Blue C M Y K H S L
Decimal 33 56 55 0.41 0 0.02 0.78 177.39 0.26 0.17
Hex 21 38 37 29 0 2 4E B1 1A 11
Octal 41 70 67 51 0 2 116 261 32 21
Binary 100001 111000 110111 101001 0 10 1001110 10110001 11010 10001

Color Harmonies of #213837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213837

Black with #213837

Text Example


Text Example

White with #213837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213837; }

 p { color: rgb(33,56,55); }

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

background-color css

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

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

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

border-color css

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

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

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