#333931

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

Shades of Oil #333931

Tints of Oil #333931

Color information

#333931 (or 0x333931) is unknown color: approx Oil. HEX triplet: 33, 39 and 31. RGB value is (51,57,49). Sum of RGB (Red+Green+Blue) = 51+57+49=157 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.48% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 57 - color contains mainly: green. Hex color #333931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333931 is #CCC6CE. Grayscale: #363636. Windows color (decimal): -13420239 or 3225907. OLE color: 3225907.

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

Color convert

RGB515749-
CMYK0.1100.140.78
HSL105º7.55%20.78%-
HSV(B)105º14.04%22.35%-
XYZ3.383.853.47-
YUV54.29125.01125.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.48%
GREEN value IS 57 (22.66% from 255) = 36.31%
BLUE value IS 49 (19.53% from 255) = 31.21%
R=32.48%
G=36.31%
B=31.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5157490.1100.140.781057.5520.78
Hex333931B0E4E69815
Octal637161130161161511025
Binary11001111100111000110110111010011101101001100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333931; }

 p { color: rgb(51,57,49); }

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

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

 a { background-color: rgb(51,57,49); }

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

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

 span { border-color: rgb(51,57,49); }

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