#293725

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

Shades of Oil #293725

Tints of Oil #293725

Color information

#293725 (or 0x293725) is unknown color: approx Oil. HEX triplet: 29, 37 and 25. RGB value is (41,55,37). Sum of RGB (Red+Green+Blue) = 41+55+37=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 55 - color contains mainly: green. Hex color #293725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293725 is #D6C8DA. Grayscale: #303030. Windows color (decimal): -14076123 or 2438953. OLE color: 2438953.

HSL color Cylindrical-coordinate representation of color #293725: hue angle of 106.67º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #293725 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.78.

Color convert

RGB415537-
CMYK0.2500.330.78
HSL106.67º19.57%18.04%-
HSV(B)106.67º32.73%21.57%-
XYZ2.613.342.26-
YUV48.76121.36122.46-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.83%
GREEN value IS 55 (21.88% from 255) = 41.35%
BLUE value IS 37 (14.84% from 255) = 27.82%
R=30.83%
G=41.35%
B=27.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4155370.2500.330.78106.6719.5718.04
Hex293725190214E6b1412
Octal516745310411161532422
Binary101001110111100101110010100001100111011010111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293725; }

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

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

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

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

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

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

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

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