#283131

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

Shades of Swamp #283131

Tints of Swamp #283131

Color information

#283131 (or 0x283131) is unknown color: approx Swamp. HEX triplet: 28, 31 and 31. RGB value is (40,49,49). Sum of RGB (Red+Green+Blue) = 40+49+49=138 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.99% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 49 - color contains mainly: green, blue. Hex color #283131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283131 is #D7CECE. Grayscale: #2E2E2E. Windows color (decimal): -14143183 or 3223848. OLE color: 3223848.

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

Color convert

RGB404949-
CMYK0.18000.81
HSL180º10.11%17.45%-
HSV(B)180º18.37%19.22%-
XYZ2.532.873.33-
YUV46.31129.52123.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 28.99%
GREEN value IS 49 (19.53% from 255) = 35.51%
BLUE value IS 49 (19.53% from 255) = 35.51%
R=28.99%
G=35.51%
B=35.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4049490.18000.8118010.1117.45
Hex283131120051b4a11
Octal50616122001212641221
Binary1010001100011100011001000101000110110100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283131; }

 p { color: rgb(40,49,49); }

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

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

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

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

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

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

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