#323630

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

Shades of Oil #323630

Tints of Oil #323630

Color information

#323630 (or 0x323630) is unknown color: approx Oil. HEX triplet: 32, 36 and 30. RGB value is (50,54,48). Sum of RGB (Red+Green+Blue) = 50+54+48=152 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.89% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 54 - color contains mainly: green. Hex color #323630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323630 is #CDC9CF. Grayscale: #343434. Windows color (decimal): -13486544 or 3159602. OLE color: 3159602.

HSL color Cylindrical-coordinate representation of color #323630: hue angle of 100º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #323630 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB505448-
CMYK0.0700.110.79
HSL100º5.88%20%-
HSV(B)100º11.11%21.18%-
XYZ3.173.533.31-
YUV52.12125.67126.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.89%
GREEN value IS 54 (21.48% from 255) = 35.53%
BLUE value IS 48 (19.14% from 255) = 31.58%
R=32.89%
G=35.53%
B=31.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5054480.0700.110.791005.8820
Hex32363070B4F64614
Octal6266607013117144624
Binary110010110110110000111010111001111110010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323630; }

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

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

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

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

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

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

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

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