#323730

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

Shades of Oil #323730

Tints of Oil #323730

Color information

#323730 (or 0x323730) is unknown color: approx Oil. HEX triplet: 32, 37 and 30. RGB value is (50,55,48). Sum of RGB (Red+Green+Blue) = 50+55+48=153 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.68% from 153); Green value is 55 (21.88% from 255 or 35.95% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 55 - color contains mainly: green. Hex color #323730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323730 is #CDC8CF. Grayscale: #343434. Windows color (decimal): -13486288 or 3159858. OLE color: 3159858.

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

Color convert

RGB505548-
CMYK0.0900.130.78
HSL102.86º6.8%20.2%-
HSV(B)102.86º12.73%21.57%-
XYZ3.223.623.33-
YUV52.71125.34126.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.68%
GREEN value IS 55 (21.88% from 255) = 35.95%
BLUE value IS 48 (19.14% from 255) = 31.37%
R=32.68%
G=35.95%
B=31.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5055480.0900.130.78102.866.820.2
Hex32373090D4E67714
Octal62676011015116147724
Binary1100101101111100001001011011001110110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323730; }

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

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

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

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

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

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

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

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