#263231

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

Shades of Swamp #263231

Tints of Swamp #263231

Color information

#263231 (or 0x263231) is unknown color: approx Swamp. HEX triplet: 26, 32 and 31. RGB value is (38,50,49). Sum of RGB (Red+Green+Blue) = 38+50+49=137 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.74% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 50 - color contains mainly: green. Hex color #263231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263231 is #D9CDCE. Grayscale: #2E2E2E. Windows color (decimal): -14273999 or 3224102. OLE color: 3224102.

HSL color Cylindrical-coordinate representation of color #263231: hue angle of 175º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #263231 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB385049-
CMYK0.2400.020.80
HSL175º13.64%17.25%-
HSV(B)175º24%19.61%-
XYZ2.492.923.34-
YUV46.3129.52122.08-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.74%
GREEN value IS 50 (19.92% from 255) = 36.50%
BLUE value IS 49 (19.53% from 255) = 35.77%
R=27.74%
G=36.50%
B=35.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3850490.2400.020.8017513.6417.25
Hex263231180250afe11
Octal46626130021202571621
Binary10011011001011000111000010101000010101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263231; }

 p { color: rgb(38,50,49); }

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

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

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

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

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

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

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