#293031

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

Shades of Swamp #293031

Tints of Swamp #293031

Color information

#293031 (or 0x293031) is unknown color: approx Swamp. HEX triplet: 29, 30 and 31. RGB value is (41,48,49). Sum of RGB (Red+Green+Blue) = 41+48+49=138 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.71% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 49 - color contains mainly: blue. Hex color #293031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293031 is #D6CFCE. Grayscale: #2E2E2E. Windows color (decimal): -14077903 or 3223593. OLE color: 3223593.

HSL color Cylindrical-coordinate representation of color #293031: hue angle of 187.5º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #293031 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB414849-
CMYK0.160.0200.81
HSL187.5º8.89%17.65%-
HSV(B)187.5º16.33%19.22%-
XYZ2.532.813.31-
YUV46.02129.68124.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.71%
GREEN value IS 48 (19.14% from 255) = 34.78%
BLUE value IS 49 (19.53% from 255) = 35.51%
R=29.71%
G=34.78%
B=35.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4148490.160.0200.81187.58.8917.65
Hex293031102051bc912
Octal51606120201212741122
Binary10100111000011000110000100101000110111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293031; }

 p { color: rgb(41,48,49); }

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

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

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

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

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

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

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