#2C312A

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

Shades of Oil #2C312A

Tints of Oil #2C312A

Color information

#2C312A (or 0x2C312A) is unknown color: approx Oil. HEX triplet: 2C, 31 and 2A. RGB value is (44,49,42). Sum of RGB (Red+Green+Blue) = 44+49+42=135 (17% of max value = 765). Red value is 44 (17.58% from 255 or 32.59% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 49 - color contains mainly: green. Hex color #2C312A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C312A is #D3CED5. Grayscale: #2E2E2E. Windows color (decimal): -13881046 or 2765100. OLE color: 2765100.

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

Color convert

RGB444942-
CMYK0.1000.140.81
HSL102.86º7.69%17.84%-
HSV(B)102.86º14.29%19.22%-
XYZ2.552.92.62-
YUV46.71125.34126.07-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 32.59%
GREEN value IS 49 (19.53% from 255) = 36.30%
BLUE value IS 42 (16.80% from 255) = 31.11%
R=32.59%
G=36.30%
B=31.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4449420.1000.140.81102.867.6917.84
Hex2C312AA0E5167812
Octal546152120161211471022
Binary10110011000110101010100111010100011100111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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