#343932

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

Shades of Oil #343932

Tints of Oil #343932

Color information

#343932 (or 0x343932) is unknown color: approx Oil. HEX triplet: 34, 39 and 32. RGB value is (52,57,50). Sum of RGB (Red+Green+Blue) = 52+57+50=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 50 (19.92% from 255 or 31.45% from 159); Max value from RGB is 57 - color contains mainly: green. Hex color #343932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343932 is #CBC6CD. Grayscale: #363636. Windows color (decimal): -13354702 or 3291444. OLE color: 3291444.

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

Color convert

RGB525750-
CMYK0.0900.120.78
HSL102.86º6.54%20.98%-
HSV(B)102.86º12.28%22.35%-
XYZ3.463.893.59-
YUV54.71125.34126.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.70%
GREEN value IS 57 (22.66% from 255) = 35.85%
BLUE value IS 50 (19.92% from 255) = 31.45%
R=32.70%
G=35.85%
B=31.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5257500.0900.120.78102.866.5420.98
Hex34393290C4E67715
Octal64716211014116147725
Binary1101001110011100101001011001001110110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343932; }

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

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

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

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

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

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

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

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