#293525

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

Shades of Oil #293525

Tints of Oil #293525

Color information

#293525 (or 0x293525) is unknown color: approx Oil. HEX triplet: 29, 35 and 25. RGB value is (41,53,37). Sum of RGB (Red+Green+Blue) = 41+53+37=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 53 (21.09% from 255 or 40.46% from 131); Blue value is 37 (14.84% from 255 or 28.24% from 131); Max value from RGB is 53 - color contains mainly: green. Hex color #293525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293525 is #D6CADA. Grayscale: #2F2F2F. Windows color (decimal): -14076635 or 2438441. OLE color: 2438441.

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

Color convert

RGB415337-
CMYK0.2300.300.79
HSL105º17.78%17.65%-
HSV(B)105º30.19%20.78%-
XYZ2.523.152.23-
YUV47.59122.02123.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.30%
GREEN value IS 53 (21.09% from 255) = 40.46%
BLUE value IS 37 (14.84% from 255) = 28.24%
R=31.30%
G=40.46%
B=28.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4153370.2300.300.7910517.7817.65
Hex2935251701E4F691212
Octal516545270361171512222
Binary10100111010110010110111011110100111111010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293525; }

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

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

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

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

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

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

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

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