#293126

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

Shades of Oil #293126

Tints of Oil #293126

Color information

#293126 (or 0x293126) is unknown color: approx Oil. HEX triplet: 29, 31 and 26. RGB value is (41,49,38). Sum of RGB (Red+Green+Blue) = 41+49+38=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 49 - color contains mainly: green. Hex color #293126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293126 is #D6CED9. Grayscale: #2D2D2D. Windows color (decimal): -14077658 or 2502953. OLE color: 2502953.

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

Color convert

RGB414938-
CMYK0.1600.220.81
HSL103.64º12.64%17.06%-
HSV(B)103.64º22.45%19.22%-
XYZ2.362.812.25-
YUV45.35123.85124.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.03%
GREEN value IS 49 (19.53% from 255) = 38.28%
BLUE value IS 38 (15.23% from 255) = 29.69%
R=32.03%
G=38.28%
B=29.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4149380.1600.220.81103.6412.6417.06
Hex293126100165168d11
Octal516146200261211501521
Binary1010011100011001101000001011010100011101000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293126; }

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

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

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

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

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

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

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

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