#293526

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

Shades of Oil #293526

Tints of Oil #293526

Color information

#293526 (or 0x293526) is unknown color: approx Oil. HEX triplet: 29, 35 and 26. RGB value is (41,53,38). Sum of RGB (Red+Green+Blue) = 41+53+38=132 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.06% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 53 - color contains mainly: green. Hex color #293526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293526 is #D6CAD9. Grayscale: #2F2F2F. Windows color (decimal): -14076634 or 2503977. OLE color: 2503977.

HSL color Cylindrical-coordinate representation of color #293526: hue angle of 108º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #293526 is Cyan = 0.23, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB415338-
CMYK0.2300.280.79
HSL108º16.48%17.84%-
HSV(B)108º28.3%20.78%-
XYZ2.543.162.31-
YUV47.7122.52123.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.06%
GREEN value IS 53 (21.09% from 255) = 40.15%
BLUE value IS 38 (15.23% from 255) = 28.79%
R=31.06%
G=40.15%
B=28.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4153380.2300.280.7910816.4817.84
Hex2935261701C4F6c1012
Octal516546270341171542022
Binary10100111010110011010111011100100111111011001000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293526; }

 p { color: rgb(41,53,38); }

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

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

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

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

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

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

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