#213435

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

Shades of Swamp #213435

Tints of Swamp #213435

Color information

#213435 (or 0x213435) is unknown color: approx Swamp. HEX triplet: 21, 34 and 35. RGB value is (33,52,53). Sum of RGB (Red+Green+Blue) = 33+52+53=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 53 (21.09% from 255 or 38.41% from 138); Max value from RGB is 53 - color contains mainly: blue. Hex color #213435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213435 is #DECBCA. Grayscale: #2E2E2E. Windows color (decimal): -14601163 or 3486753. OLE color: 3486753.

HSL color Cylindrical-coordinate representation of color #213435: hue angle of 183º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #213435 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB335253-
CMYK0.380.0200.79
HSL183º23.26%16.86%-
HSV(B)183º37.74%20.78%-
XYZ2.53.043.82-
YUV46.43131.71118.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.91%
GREEN value IS 52 (20.70% from 255) = 37.68%
BLUE value IS 53 (21.09% from 255) = 38.41%
R=23.91%
G=37.68%
B=38.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3352530.380.0200.7918323.2616.86
Hex21343526204Fb71711
Octal41646546201172672721
Binary1000011101001101011001101001001111101101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213435; }

 p { color: rgb(33,52,53); }

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

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

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

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

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

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

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