#293824

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

Shades of Oil #293824

Tints of Oil #293824

Color information

#293824 (or 0x293824) is unknown color: approx Oil. HEX triplet: 29, 38 and 24. RGB value is (41,56,36). Sum of RGB (Red+Green+Blue) = 41+56+36=133 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.83% from 133); Green value is 56 (22.27% from 255 or 42.11% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 56 - color contains mainly: green. Hex color #293824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293824 is #D6C7DB. Grayscale: #313131. Windows color (decimal): -14075868 or 2373673. OLE color: 2373673.

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

Color convert

RGB415636-
CMYK0.2700.360.78
HSL105º21.74%18.04%-
HSV(B)105º35.71%21.96%-
XYZ2.653.432.19-
YUV49.24120.53122.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 30.83%
GREEN value IS 56 (22.27% from 255) = 42.11%
BLUE value IS 36 (14.45% from 255) = 27.07%
R=30.83%
G=42.11%
B=27.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4156360.2700.360.7810521.7418.04
Hex2938241B0244E691612
Octal517044330441161512622
Binary101001111000100100110110100100100111011010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293824; }

 p { color: rgb(41,56,36); }

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

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

 a { background-color: rgb(41,56,36); }

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

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

 span { border-color: rgb(41,56,36); }

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