#31382C

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

Shades of Oil #31382C

Tints of Oil #31382C

Color information

#31382C (or 0x31382C) is unknown color: approx Oil. HEX triplet: 31, 38 and 2C. RGB value is (49,56,44). Sum of RGB (Red+Green+Blue) = 49+56+44=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 56 - color contains mainly: green. Hex color #31382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31382C is #CEC7D3. Grayscale: #343434. Windows color (decimal): -13551572 or 2897969. OLE color: 2897969.

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

Color convert

RGB495644-
CMYK0.1200.210.78
HSL95º12%19.61%-
HSV(B)95º21.43%21.96%-
XYZ3.143.662.92-
YUV52.54123.18125.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.89%
GREEN value IS 56 (22.27% from 255) = 37.58%
BLUE value IS 44 (17.58% from 255) = 29.53%
R=32.89%
G=37.58%
B=29.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4956440.1200.210.78951219.61
Hex31382CC0154E5fc14
Octal617054140251161371424
Binary110001111000101100110001010110011101011111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31382C; }

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

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

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

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

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

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

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

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