#292B2B

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

Shades of Swamp #292B2B

Tints of Swamp #292B2B

Color information

#292B2B (or 0x292B2B) is unknown color: approx Swamp. HEX triplet: 29, 2B and 2B. RGB value is (41,43,43). Sum of RGB (Red+Green+Blue) = 41+43+43=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 43 (17.19% from 255 or 33.86% from 127); Blue value is 43 (17.19% from 255 or 33.86% from 127); Max value from RGB is 43 - color contains mainly: green, blue. Hex color #292B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292B2B is #D6D4D4. Grayscale: #2A2A2A. Windows color (decimal): -14079189 or 2829097. OLE color: 2829097.

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

Color convert

RGB414343-
CMYK0.05000.83
HSL180º2.38%16.47%-
HSV(B)180º4.65%16.86%-
XYZ2.212.372.63-
YUV42.4128.34127-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.28%
GREEN value IS 43 (17.19% from 255) = 33.86%
BLUE value IS 43 (17.19% from 255) = 33.86%
R=32.28%
G=33.86%
B=33.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4143430.05000.831802.3816.47
Hex292B2B50053b4210
Octal515353500123264220
Binary101001101011101011101001010011101101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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