#2E332C

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

Shades of Oil #2E332C

Tints of Oil #2E332C

Color information

#2E332C (or 0x2E332C) is unknown color: approx Oil. HEX triplet: 2E, 33 and 2C. RGB value is (46,51,44). Sum of RGB (Red+Green+Blue) = 46+51+44=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 51 - color contains mainly: green. Hex color #2E332C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E332C is #D1CCD3. Grayscale: #303030. Windows color (decimal): -13749460 or 2896686. OLE color: 2896686.

HSL color Cylindrical-coordinate representation of color #2E332C: hue angle of 102.86º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #2E332C is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.8.

Color convert

RGB465144-
CMYK0.1000.140.8
HSL102.86º7.37%18.63%-
HSV(B)102.86º13.73%20%-
XYZ2.773.132.84-
YUV48.71125.34126.07-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 32.62%
GREEN value IS 51 (20.31% from 255) = 36.17%
BLUE value IS 44 (17.58% from 255) = 31.21%
R=32.62%
G=36.17%
B=31.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4651440.1000.140.8102.867.3718.63
Hex2E332CA0E5067713
Octal56635412016120147723
Binary1011101100111011001010011101010000110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E332C; }

 p { color: rgb(46,51,44); }

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

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

 a { background-color: rgb(46,51,44); }

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

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

 span { border-color: rgb(46,51,44); }

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