#2C312B

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

Shades of Oil #2C312B

Tints of Oil #2C312B

Color information

#2C312B (or 0x2C312B) is unknown color: approx Oil. HEX triplet: 2C, 31 and 2B. RGB value is (44,49,43). Sum of RGB (Red+Green+Blue) = 44+49+43=136 (18% of max value = 765). Red value is 44 (17.58% from 255 or 32.35% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 49 - color contains mainly: green. Hex color #2C312B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C312B is #D3CED4. Grayscale: #2E2E2E. Windows color (decimal): -13881045 or 2830636. OLE color: 2830636.

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

Color convert

RGB444943-
CMYK0.1000.120.81
HSL110º6.52%18.04%-
HSV(B)110º12.24%19.22%-
XYZ2.572.912.71-
YUV46.82125.84125.99-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 32.35%
GREEN value IS 49 (19.53% from 255) = 36.03%
BLUE value IS 43 (17.19% from 255) = 31.62%
R=32.35%
G=36.03%
B=31.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4449430.1000.120.811106.5218.04
Hex2C312BA0C516e712
Octal54615312014121156722
Binary1011001100011010111010011001010001110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,49,43); }

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

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

 a { background-color: rgb(44,49,43); }

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

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

 span { border-color: rgb(44,49,43); }

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