#343931

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

Shades of Oil #343931

Tints of Oil #343931

Color information

#343931 (or 0x343931) is unknown color: approx Oil. HEX triplet: 34, 39 and 31. RGB value is (52,57,49). Sum of RGB (Red+Green+Blue) = 52+57+49=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 57 - color contains mainly: green. Hex color #343931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343931 is #CBC6CE. Grayscale: #363636. Windows color (decimal): -13354703 or 3225908. OLE color: 3225908.

HSL color Cylindrical-coordinate representation of color #343931: hue angle of 97.5º 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 #343931 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB525749-
CMYK0.0900.140.78
HSL97.5º7.55%20.78%-
HSV(B)97.5º14.04%22.35%-
XYZ3.433.883.47-
YUV54.59124.84126.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.91%
GREEN value IS 57 (22.66% from 255) = 36.08%
BLUE value IS 49 (19.53% from 255) = 31.01%
R=32.91%
G=36.08%
B=31.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5257490.0900.140.7897.57.5520.78
Hex34393190E4E61815
Octal647161110161161411025
Binary11010011100111000110010111010011101100001100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343931; }

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

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

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

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

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

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

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

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