#323930

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

Shades of Oil #323930

Tints of Oil #323930

Color information

#323930 (or 0x323930) is unknown color: approx Oil. HEX triplet: 32, 39 and 30. RGB value is (50,57,48). Sum of RGB (Red+Green+Blue) = 50+57+48=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 57 - color contains mainly: green. Hex color #323930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323930 is #CDC6CF. Grayscale: #353535. Windows color (decimal): -13485776 or 3160370. OLE color: 3160370.

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

Color convert

RGB505748-
CMYK0.1200.160.78
HSL106.67º8.57%20.59%-
HSV(B)106.67º15.79%22.35%-
XYZ3.313.823.36-
YUV53.88124.68125.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.26%
GREEN value IS 57 (22.66% from 255) = 36.77%
BLUE value IS 48 (19.14% from 255) = 30.97%
R=32.26%
G=36.77%
B=30.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5057480.1200.160.78106.678.5720.59
Hex323930C0104E6b915
Octal627160140201161531125
Binary110010111001110000110001000010011101101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323930; }

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

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

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

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

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

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

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

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