#293227

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

Shades of Oil #293227

Tints of Oil #293227

Color information

#293227 (or 0x293227) is unknown color: approx Oil. HEX triplet: 29, 32 and 27. RGB value is (41,50,39). Sum of RGB (Red+Green+Blue) = 41+50+39=130 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.54% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 39 (15.62% from 255 or 30% from 130); Max value from RGB is 50 - color contains mainly: green. Hex color #293227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293227 is #D6CDD8. Grayscale: #2E2E2E. Windows color (decimal): -14077401 or 2568745. OLE color: 2568745.

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

Color convert

RGB415039-
CMYK0.1800.220.80
HSL109.09º12.36%17.45%-
HSV(B)109.09º22%19.61%-
XYZ2.422.92.35-
YUV46.05124.02124.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.54%
GREEN value IS 50 (19.92% from 255) = 38.46%
BLUE value IS 39 (15.62% from 255) = 30%
R=31.54%
G=38.46%
B=30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4150390.1800.220.80109.0912.3617.45
Hex29322712016506dc11
Octal516247220261201551421
Binary1010011100101001111001001011010100001101101110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293227; }

 p { color: rgb(41,50,39); }

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

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

 a { background-color: rgb(41,50,39); }

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

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

 span { border-color: rgb(41,50,39); }

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