#212B2B

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

Shades of Swamp #212B2B

Tints of Swamp #212B2B

Color information

#212B2B (or 0x212B2B) is unknown color: approx Swamp. HEX triplet: 21, 2B and 2B. RGB value is (33,43,43). Sum of RGB (Red+Green+Blue) = 33+43+43=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 43 (17.19% from 255 or 36.13% from 119); Blue value is 43 (17.19% from 255 or 36.13% from 119); Max value from RGB is 43 - color contains mainly: green, blue. Hex color #212B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212B2B is #DED4D4. Grayscale: #282828. Windows color (decimal): -14603477 or 2829089. OLE color: 2829089.

HSL color Cylindrical-coordinate representation of color #212B2B: hue angle of 180º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #212B2B is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB334343-
CMYK0.23000.83
HSL180º13.16%14.9%-
HSV(B)180º23.26%16.86%-
XYZ1.932.232.61-
YUV40.01129.69123-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.73%
GREEN value IS 43 (17.19% from 255) = 36.13%
BLUE value IS 43 (17.19% from 255) = 36.13%
R=27.73%
G=36.13%
B=36.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3343430.23000.8318013.1614.9
Hex212B2B170053b4df
Octal41535327001232641517
Binary100001101011101011101110010100111011010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212B2B; }

 p { color: rgb(33,43,43); }

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

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

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

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

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

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

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